Html Css Color HEX #324CCB Cerulean Blue

📋 copy color: '#324CCB'

red 50 ◦ green 76 ◦ blue 203

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

Shades of Cerulean Blue #324CCB

Tints of Cerulean Blue #324CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.1%

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

R = 15.2%
G = 23.1%
B = 61.7%

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

#324CCB (or 0x324CCB) is known color: Cerulean Blue. HEX triplet: 32, 4C and CB. RGB value is (50,76,203). Sum of RGB (Red+Green+Blue) = 50+76+203=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #324CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CCB is #CDB334. Grayscale: #525252. Windows color (decimal): -13480757 or 13323314. OLE color: 13323314.

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

Color convert

RGB 50 76 203 -
CMYK 0.75 0.63 0 0.20
HSL 229.8º 0.6% 0.5% -
HSV(B) 229.8º 0.75% 0.8% -
XYZ 14.68 10.16 57.69 -
YUV 82.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 50 76 203 0.75 0.63 0 0.20 229.8 0.6 0.5
Hex 32 4C CB 4B 3F 0 14 E6 3C 32
Octal 62 114 313 113 77 0 24 346 74 62
Binary 110010 1001100 11001011 1001011 111111 0 10100 11100110 111100 110010

Color Harmonies of #324CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CCB

Black with #324CCB

Text Example


Text Example

White with #324CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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