#3444AE

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

Shades of Cerulean Blue #3444AE

Tints of Cerulean Blue #3444AE

Color information

#3444AE (or 0x3444AE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 44 and AE. RGB value is (52,68,174). Sum of RGB (Red+Green+Blue) = 52+68+174=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #3444AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3444AE is #CBBB51. Grayscale: #4A4A4A. Windows color (decimal): -13351762 or 11420724. OLE color: 11420724.

HSL color Cylindrical-coordinate representation of color #3444AE: hue angle of 232.13º 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 #3444AE is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5268174-
CMYK0.700.6100.32
HSL232.13º53.98%44.31%-
HSV(B)232.13º70.11%68.24%-
XYZ11.127.9240.99-
YUV75.3183.7111.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=17.69%
G=23.13%
B=59.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52681740.700.6100.32232.1353.9844.31
Hex3444AE463D020e8362c
Octal64104256106750403506654
Binary1101001000100101011101000110111101010000011101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3444AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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