Html Css Color HEX #3248CB Cerulean Blue

📋 copy color: '#3248CB'

red 50 ◦ green 72 ◦ blue 203

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

Shades of Cerulean Blue #3248CB

Tints of Cerulean Blue #3248CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.46%

R = 15.38%
G = 22.15%
B = 62.46%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3248CB (or 0x3248CB) is known color: Cerulean Blue. HEX triplet: 32, 48 and CB. RGB value is (50,72,203). Sum of RGB (Red+Green+Blue) = 50+72+203=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #3248CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3248CB is #CDB734. Grayscale: #4F4F4F. Windows color (decimal): -13481781 or 13322290. OLE color: 13322290.

HSL color Cylindrical-coordinate representation of color #3248CB: hue angle of 231.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3248CB is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 72 203 -
CMYK 0.75 0.65 0 0.20
HSL 231.37º 0.6% 0.5% -
HSV(B) 231.37º 0.75% 0.8% -
XYZ 14.41 9.62 57.6 -
YUV 80.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 50 72 203 0.75 0.65 0 0.20 231.37 0.6 0.5
Hex 32 48 CB 4B 41 0 14 E7 3C 32
Octal 62 110 313 113 101 0 24 347 74 62
Binary 110010 1001000 11001011 1001011 1000001 0 10100 11100111 111100 110010

Color Harmonies of #3248CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3248CB

Black with #3248CB

Text Example


Text Example

White with #3248CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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