Html Css Color HEX #324FCC Cerulean Blue

📋 copy color: '#324FCC'

red 50 ◦ green 79 ◦ blue 204

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

Shades of Cerulean Blue #324FCC

Tints of Cerulean Blue #324FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 15.02%
G = 23.72%
B = 61.26%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#324FCC (or 0x324FCC) is known color: Cerulean Blue. HEX triplet: 32, 4F and CC. RGB value is (50,79,204). Sum of RGB (Red+Green+Blue) = 50+79+204=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #324FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FCC is #CDB033. Grayscale: #545454. Windows color (decimal): -13479988 or 13389618. OLE color: 13389618.

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

Color convert

RGB 50 79 204 -
CMYK 0.75 0.61 0 0.2
HSL 228.7º 0.61% 0.5% -
HSV(B) 228.7º 0.75% 0.8% -
XYZ 15.01 10.63 58.39 -
YUV 84.58 195.39 103.34 -
System Red Green Blue C M Y K H S L
Decimal 50 79 204 0.75 0.61 0 0.2 228.7 0.61 0.5
Hex 32 4F CC 4B 3D 0 14 E5 3D 32
Octal 62 117 314 113 75 0 24 345 75 62
Binary 110010 1001111 11001100 1001011 111101 0 10100 11100101 111101 110010

Color Harmonies of #324FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FCC

Black with #324FCC

Text Example


Text Example

White with #324FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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