#3449B2

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

Shades of Cerulean Blue #3449B2

Tints of Cerulean Blue #3449B2

Color information

#3449B2 (or 0x3449B2) is unknown color: approx Cerulean Blue. HEX triplet: 34, 49 and B2. RGB value is (52,73,178). Sum of RGB (Red+Green+Blue) = 52+73+178=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #3449B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3449B2 is #CBB64D. Grayscale: #4E4E4E. Windows color (decimal): -13350478 or 11684148. OLE color: 11684148.

HSL color Cylindrical-coordinate representation of color #3449B2: hue angle of 230º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3449B2 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5273178-
CMYK0.710.5900.30
HSL230º54.78%45.1%-
HSV(B)230º70.79%69.8%-
XYZ11.838.7143.18-
YUV78.69184.04108.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 178 (69.92% from 255) = 58.75%
R=17.16%
G=24.09%
B=58.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52731780.710.5900.3023054.7845.1
Hex3449B2473B01Ee6372d
Octal64111262107730363466755
Binary110100100100110110010100011111101101111011100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3449B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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