#3444B2

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

Shades of Cerulean Blue #3444B2

Tints of Cerulean Blue #3444B2

Color information

#3444B2 (or 0x3444B2) is unknown color: approx Cerulean Blue. HEX triplet: 34, 44 and B2. RGB value is (52,68,178). Sum of RGB (Red+Green+Blue) = 52+68+178=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #3444B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3444B2 is #CBBB4D. Grayscale: #4B4B4B. Windows color (decimal): -13351758 or 11682868. OLE color: 11682868.

HSL color Cylindrical-coordinate representation of color #3444B2: hue angle of 232.38º 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 #3444B2 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5268178-
CMYK0.710.6200.30
HSL232.38º54.78%45.1%-
HSV(B)232.38º70.79%69.8%-
XYZ11.528.0843.07-
YUV75.76185.7111.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 178 (69.92% from 255) = 59.73%
R=17.45%
G=22.82%
B=59.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52681780.710.6200.30232.3854.7845.1
Hex3444B2473E01Ee8372d
Octal64104262107760363506755
Binary110100100010010110010100011111111001111011101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3444B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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