#3168CA

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

Shades of Cerulean Blue #3168CA

Tints of Cerulean Blue #3168CA

Color information

#3168CA (or 0x3168CA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 68 and CA. RGB value is (49,104,202). Sum of RGB (Red+Green+Blue) = 49+104+202=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #3168CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168CA is #CE9735. Grayscale: #626262. Windows color (decimal): -13539126 or 13264945. OLE color: 13264945.

HSL color Cylindrical-coordinate representation of color #3168CA: hue angle of 218.43º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3168CA is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB49104202-
CMYK0.760.4900.21
HSL218.43º60.96%49.22%-
HSV(B)218.43º75.74%79.22%-
XYZ16.8814.8257.85-
YUV98.73186.2892.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.80%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=13.80%
G=29.30%
B=56.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal491042020.760.4900.21218.4360.9649.22
Hex3168CA4C31015da3d31
Octal61150312114610253327561
Binary110001110100011001010100110011000101010111011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3168CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3168CA; }

 p { color: rgb(49,104,202); }

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

<style>
 a { background-color: #3168CA; }

 a { background-color: rgb(49,104,202); }

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

<style>
 span { border-color: #3168CA; }

 span { border-color: rgb(49,104,202); }

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