#3444BD

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

Shades of Cerulean Blue #3444BD

Tints of Cerulean Blue #3444BD

Color information

#3444BD (or 0x3444BD) is unknown color: approx Cerulean Blue. HEX triplet: 34, 44 and BD. RGB value is (52,68,189). Sum of RGB (Red+Green+Blue) = 52+68+189=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #3444BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3444BD is #CBBB42. Grayscale: #4C4C4C. Windows color (decimal): -13351747 or 12403764. OLE color: 12403764.

HSL color Cylindrical-coordinate representation of color #3444BD: hue angle of 232.99º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3444BD is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5268189-
CMYK0.720.6400.26
HSL232.99º56.85%47.25%-
HSV(B)232.99º72.49%74.12%-
XYZ12.678.5449.12-
YUV77.01191.2110.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 189 (74.22% from 255) = 61.17%
R=16.83%
G=22.01%
B=61.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52681890.720.6400.26232.9956.8547.25
Hex3444BD484001Ae9392f
Octal641042751101000323517157
Binary1101001000100101111011001000100000001101011101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3444BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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