#3442AE

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

Shades of Cerulean Blue #3442AE

Tints of Cerulean Blue #3442AE

Color information

#3442AE (or 0x3442AE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 42 and AE. RGB value is (52,66,174). Sum of RGB (Red+Green+Blue) = 52+66+174=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #3442AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3442AE is #CBBD51. Grayscale: #494949. Windows color (decimal): -13352274 or 11420212. OLE color: 11420212.

HSL color Cylindrical-coordinate representation of color #3442AE: hue angle of 233.11º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3442AE is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5266174-
CMYK0.700.6200.32
HSL233.11º53.98%44.31%-
HSV(B)233.11º70.11%68.24%-
XYZ117.6840.95-
YUV74.13184.36112.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 174 (68.36% from 255) = 59.59%
R=17.81%
G=22.60%
B=59.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52661740.700.6200.32233.1153.9844.31
Hex3442AE463E020e9362c
Octal64102256106760403516654
Binary1101001000010101011101000110111110010000011101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3442AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3442AE; }

 p { color: rgb(52,66,174); }

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

<style>
 a { background-color: #3442AE; }

 a { background-color: rgb(52,66,174); }

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

<style>
 span { border-color: #3442AE; }

 span { border-color: rgb(52,66,174); }

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