Html Css Color HEX #3249BD Cerulean Blue

📋 copy color: '#3249BD'

red 50 ◦ green 73 ◦ blue 189

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

Shades of Cerulean Blue #3249BD

Tints of Cerulean Blue #3249BD

RGB

 RED value IS 50 (19.92% from 255) = 16.03%

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 189 (74.22% from 255) = 60.58%

R = 16.03%
G = 23.4%
B = 60.58%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3249BD (or 0x3249BD) is known color: Cerulean Blue. HEX triplet: 32, 49 and BD. RGB value is (50,73,189). Sum of RGB (Red+Green+Blue) = 50+73+189=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #3249BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3249BD is #CDB642. Grayscale: #4E4E4E. Windows color (decimal): -13481539 or 12405042. OLE color: 12405042.

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

Color convert

RGB 50 73 189 -
CMYK 0.74 0.61 0 0.26
HSL 230.07º 0.58% 0.47% -
HSV(B) 230.07º 0.74% 0.74% -
XYZ 12.88 9.12 49.22 -
YUV 79.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 50 73 189 0.74 0.61 0 0.26 230.07 0.58 0.47
Hex 32 49 BD 4A 3D 0 1A E6 3A 2F
Octal 62 111 275 112 75 0 32 346 72 57
Binary 110010 1001001 10111101 1001010 111101 0 11010 11100110 111010 101111

Color Harmonies of #3249BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3249BD

Black with #3249BD

Text Example


Text Example

White with #3249BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,73,189); }

 H1.HeaderClassName
 {
   color: #3249BD;
 }
 .AnyTagClassName
 {
   color: #3249BD;
 }
</style>

background-color css

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

 a { background-color: rgb(50,73,189); }

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

border-color css

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

 span { border-color: rgb(50,73,189); }

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