Html Css Color HEX #324FCB Cerulean Blue

📋 copy color: '#324FCB'

red 50 ◦ green 79 ◦ blue 203

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

Shades of Cerulean Blue #324FCB

Tints of Cerulean Blue #324FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.8%

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

R = 15.06%
G = 23.8%
B = 61.14%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#324FCB (or 0x324FCB) is known color: Cerulean Blue. HEX triplet: 32, 4F and CB. RGB value is (50,79,203). Sum of RGB (Red+Green+Blue) = 50+79+203=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #324FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FCB is #CDB034. Grayscale: #535353. Windows color (decimal): -13479989 or 13324082. OLE color: 13324082.

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

Color convert

RGB 50 79 203 -
CMYK 0.75 0.61 0 0.20
HSL 228.63º 0.6% 0.5% -
HSV(B) 228.63º 0.75% 0.8% -
XYZ 14.89 10.58 57.76 -
YUV 84.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 50 79 203 0.75 0.61 0 0.20 228.63 0.6 0.5
Hex 32 4F CB 4B 3D 0 14 E5 3C 32
Octal 62 117 313 113 75 0 24 345 74 62
Binary 110010 1001111 11001011 1001011 111101 0 10100 11100101 111100 110010

Color Harmonies of #324FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FCB

Black with #324FCB

Text Example


Text Example

White with #324FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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