#3449C4

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

Shades of Cerulean Blue #3449C4

Tints of Cerulean Blue #3449C4

Color information

#3449C4 (or 0x3449C4) is unknown color: approx Cerulean Blue. HEX triplet: 34, 49 and C4. RGB value is (52,73,196). Sum of RGB (Red+Green+Blue) = 52+73+196=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 196 (76.95% from 255 or 61.06% from 321); Max value from RGB is 196 - color contains mainly: blue. Hex color #3449C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449C4 is #CBB63B. Grayscale: #505050. Windows color (decimal): -13350460 or 12863796. OLE color: 12863796.

HSL color Cylindrical-coordinate representation of color #3449C4: hue angle of 231.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3449C4 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5273196-
CMYK0.730.6300.23
HSL231.25º58.06%48.63%-
HSV(B)231.25º73.47%76.86%-
XYZ13.769.4853.33-
YUV80.74193.04107.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 196 (76.95% from 255) = 61.06%
R=16.20%
G=22.74%
B=61.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52731960.730.6300.23231.2558.0648.63
Hex3449C4493F017e73a31
Octal64111304111770273477261
Binary110100100100111000100100100111111101011111100111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3449C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3449C4; }

 p { color: rgb(52,73,196); }

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

<style>
 a { background-color: #3449C4; }

 a { background-color: rgb(52,73,196); }

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

<style>
 span { border-color: #3449C4; }

 span { border-color: rgb(52,73,196); }

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