#3150CC

Color #3150CC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3150CC

Tints of Cerulean Blue #3150CC

Color information

#3150CC (or 0x3150CC) is unknown color: approx Cerulean Blue. HEX triplet: 31, 50 and CC. RGB value is (49,80,204). Sum of RGB (Red+Green+Blue) = 49+80+204=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #3150CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150CC is #CEAF33. Grayscale: #545454. Windows color (decimal): -13545268 or 13389873. OLE color: 13389873.

HSL color Cylindrical-coordinate representation of color #3150CC: hue angle of 228º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3150CC is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4980204-
CMYK0.760.6100.2
HSL228º61.26%49.61%-
HSV(B)228º75.98%80%-
XYZ15.0310.7558.41-
YUV84.87195.23102.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 204 (80.08% from 255) = 61.26%
R=14.71%
G=24.02%
B=61.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal49802040.760.6100.222861.2649.61
Hex3150CC4C3D014e43d32
Octal61120314114750243447562
Binary110001101000011001100100110011110101010011100100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3150CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3150CC; }

 p { color: rgb(49,80,204); }

 H1.HeaderClassName
 {
   color: #3150CC;
 }
 .AnyTagClassName
 {
   color: #3150CC;
 }
</style>
background-color css

<style>
 a { background-color: #3150CC; }

 a { background-color: rgb(49,80,204); }

 div.DivClassName
 {
   background-color: #3150CC;
 }
 .BgClassName
 {
   background-color: #3150CC;
 }
</style>
border-color css

<style>
 span { border-color: #3150CC; }

 span { border-color: rgb(49,80,204); }

 td.TdClassName
 {
   border-color: #3150CC;
 }
 .TagClassName
 {
   border-color: #3150CC;
 }
</style>