Html Css Color HEX #324BCB Cerulean Blue

📋 copy color: '#324BCB'

red 50 ◦ green 75 ◦ blue 203

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

Shades of Cerulean Blue #324BCB

Tints of Cerulean Blue #324BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.87%

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

R = 15.24%
G = 22.87%
B = 61.89%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#324BCB (or 0x324BCB) is known color: Cerulean Blue. HEX triplet: 32, 4B and CB. RGB value is (50,75,203). Sum of RGB (Red+Green+Blue) = 50+75+203=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #324BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BCB is #CDB434. Grayscale: #515151. Windows color (decimal): -13481013 or 13323058. OLE color: 13323058.

HSL color Cylindrical-coordinate representation of color #324BCB: hue angle of 230.2º 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 #324BCB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 75 203 -
CMYK 0.75 0.63 0 0.20
HSL 230.2º 0.6% 0.5% -
HSV(B) 230.2º 0.75% 0.8% -
XYZ 14.61 10.02 57.66 -
YUV 82.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 50 75 203 0.75 0.63 0 0.20 230.2 0.6 0.5
Hex 32 4B CB 4B 3F 0 14 E6 3C 32
Octal 62 113 313 113 77 0 24 346 74 62
Binary 110010 1001011 11001011 1001011 111111 0 10100 11100110 111100 110010

Color Harmonies of #324BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BCB

Black with #324BCB

Text Example


Text Example

White with #324BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324BCB; }

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

 H1.HeaderClassName
 {
   color: #324BCB;
 }
 .AnyTagClassName
 {
   color: #324BCB;
 }
</style>

background-color css

<style>
 a { background-color: #324BCB; }

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

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

border-color css

<style>
 span { border-color: #324BCB; }

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

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