Html Css Color HEX #3249BE Cerulean Blue

📋 copy color: '#3249BE'

red 50 ◦ green 73 ◦ blue 190

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

Shades of Cerulean Blue #3249BE

Tints of Cerulean Blue #3249BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.7%

R = 15.97%
G = 23.32%
B = 60.7%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3249BE (or 0x3249BE) is known color: Cerulean Blue. HEX triplet: 32, 49 and BE. RGB value is (50,73,190). Sum of RGB (Red+Green+Blue) = 50+73+190=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #3249BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3249BE is #CDB641. Grayscale: #4E4E4E. Windows color (decimal): -13481538 or 12470578. OLE color: 12470578.

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

Color convert

RGB 50 73 190 -
CMYK 0.74 0.62 0 0.25
HSL 230.14º 0.58% 0.47% -
HSV(B) 230.14º 0.74% 0.75% -
XYZ 12.99 9.16 49.8 -
YUV 79.46 190.38 106.99 -
System Red Green Blue C M Y K H S L
Decimal 50 73 190 0.74 0.62 0 0.25 230.14 0.58 0.47
Hex 32 49 BE 4A 3E 0 19 E6 3A 2F
Octal 62 111 276 112 76 0 31 346 72 57
Binary 110010 1001001 10111110 1001010 111110 0 11001 11100110 111010 101111

Color Harmonies of #3249BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3249BE

Black with #3249BE

Text Example


Text Example

White with #3249BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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