Html Css Color HEX #3445B0 Cerulean Blue

📋 copy color: '#3445B0'

red 52 ◦ green 69 ◦ blue 176

#3445B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3445B0

Tints of Cerulean Blue #3445B0

RGB

 RED value IS 52 (20.7% from 255) = 17.51%

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 176 (69.14% from 255) = 59.26%

R = 17.51%
G = 23.23%
B = 59.26%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3445B0 (or 0x3445B0) is known color: Cerulean Blue. HEX triplet: 34, 45 and B0. RGB value is (52,69,176). Sum of RGB (Red+Green+Blue) = 52+69+176=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 176 (69.14% from 255 or 59.26% from 297); Max value from RGB is 176 - color contains mainly: blue. Hex color #3445B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3445B0 is #CBBA4F. Grayscale: #4B4B4B. Windows color (decimal): -13351504 or 11552052. OLE color: 11552052.

HSL color Cylindrical-coordinate representation of color #3445B0: hue angle of 231.77º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3445B0 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 69 176 -
CMYK 0.70 0.61 0 0.31
HSL 231.77º 0.54% 0.45% -
HSV(B) 231.77º 0.7% 0.69% -
XYZ 11.38 8.12 42.04 -
YUV 76.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 52 69 176 0.70 0.61 0 0.31 231.77 0.54 0.45
Hex 34 45 B0 46 3D 0 1F E8 36 2D
Octal 64 105 260 106 75 0 37 350 66 55
Binary 110100 1000101 10110000 1000110 111101 0 11111 11101000 110110 101101

Color Harmonies of #3445B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3445B0

Black with #3445B0

Text Example


Text Example

White with #3445B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3445B0; }

 p { color: rgb(52,69,176); }

 H1.HeaderClassName
 {
   color: #3445B0;
 }
 .AnyTagClassName
 {
   color: #3445B0;
 }
</style>

background-color css

<style>
 a { background-color: #3445B0; }

 a { background-color: rgb(52,69,176); }

 div.DivClassName
 {
   background-color: #3445B0;
 }
 .BgClassName
 {
   background-color: #3445B0;
 }
</style>

border-color css

<style>
 span { border-color: #3445B0; }

 span { border-color: rgb(52,69,176); }

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