#3462C0

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

Shades of Cerulean Blue #3462C0

Tints of Cerulean Blue #3462C0

Color information

#3462C0 (or 0x3462C0) is unknown color: approx Cerulean Blue. HEX triplet: 34, 62 and C0. RGB value is (52,98,192). Sum of RGB (Red+Green+Blue) = 52+98+192=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #3462C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3462C0 is #CB9D3F. Grayscale: #5E5E5E. Windows color (decimal): -13344064 or 12608052. OLE color: 12608052.

HSL color Cylindrical-coordinate representation of color #3462C0: hue angle of 220.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3462C0 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5298192-
CMYK0.730.4900.25
HSL220.29º57.38%47.84%-
HSV(B)220.29º72.92%75.29%-
XYZ15.313.2751.62-
YUV94.96182.7697.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 192 (75.39% from 255) = 56.14%
R=15.20%
G=28.65%
B=56.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52981920.730.4900.25220.2957.3847.84
Hex3462C04931019dc3930
Octal64142300111610313347160
Binary110100110001011000000100100111000101100111011100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3462C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3462C0; }

 p { color: rgb(52,98,192); }

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

<style>
 a { background-color: #3462C0; }

 a { background-color: rgb(52,98,192); }

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

<style>
 span { border-color: #3462C0; }

 span { border-color: rgb(52,98,192); }

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