Html Css Color HEX #3248C9 Cerulean Blue

📋 copy color: '#3248C9'

red 50 ◦ green 72 ◦ blue 201

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

Shades of Cerulean Blue #3248C9

Tints of Cerulean Blue #3248C9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.29%

 BLUE value IS 201 (78.91% from 255) = 62.23%

R = 15.48%
G = 22.29%
B = 62.23%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3248C9 (or 0x3248C9) is known color: Cerulean Blue. HEX triplet: 32, 48 and C9. RGB value is (50,72,201). Sum of RGB (Red+Green+Blue) = 50+72+201=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 201 (78.91% from 255 or 62.23% from 323); Max value from RGB is 201 - color contains mainly: blue. Hex color #3248C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3248C9 is #CDB736. Grayscale: #4F4F4F. Windows color (decimal): -13481783 or 13191218. OLE color: 13191218.

HSL color Cylindrical-coordinate representation of color #3248C9: hue angle of 231.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3248C9 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 72 201 -
CMYK 0.75 0.64 0 0.21
HSL 231.26º 0.6% 0.49% -
HSV(B) 231.26º 0.75% 0.79% -
XYZ 14.18 9.53 56.35 -
YUV 80.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 50 72 201 0.75 0.64 0 0.21 231.26 0.6 0.49
Hex 32 48 C9 4B 40 0 15 E7 3C 31
Octal 62 110 311 113 100 0 25 347 74 61
Binary 110010 1001000 11001001 1001011 1000000 0 10101 11100111 111100 110001

Color Harmonies of #3248C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3248C9

Black with #3248C9

Text Example


Text Example

White with #3248C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3248C9; }

 p { color: rgb(50,72,201); }

 H1.HeaderClassName
 {
   color: #3248C9;
 }
 .AnyTagClassName
 {
   color: #3248C9;
 }
</style>

background-color css

<style>
 a { background-color: #3248C9; }

 a { background-color: rgb(50,72,201); }

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

border-color css

<style>
 span { border-color: #3248C9; }

 span { border-color: rgb(50,72,201); }

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