Html Css Color HEX #324DC7 Cerulean Blue

📋 copy color: '#324DC7'

red 50 ◦ green 77 ◦ blue 199

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

Shades of Cerulean Blue #324DC7

Tints of Cerulean Blue #324DC7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

 BLUE value IS 199 (78.13% from 255) = 61.04%

R = 15.34%
G = 23.62%
B = 61.04%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#324DC7 (or 0x324DC7) is known color: Cerulean Blue. HEX triplet: 32, 4D and C7. RGB value is (50,77,199). Sum of RGB (Red+Green+Blue) = 50+77+199=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #324DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DC7 is #CDB238. Grayscale: #525252. Windows color (decimal): -13480505 or 13061426. OLE color: 13061426.

HSL color Cylindrical-coordinate representation of color #324DC7: hue angle of 229.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324DC7 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 77 199 -
CMYK 0.75 0.61 0 0.22
HSL 229.13º 0.6% 0.49% -
HSV(B) 229.13º 0.75% 0.78% -
XYZ 14.28 10.11 55.23 -
YUV 82.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 50 77 199 0.75 0.61 0 0.22 229.13 0.6 0.49
Hex 32 4D C7 4B 3D 0 16 E5 3C 31
Octal 62 115 307 113 75 0 26 345 74 61
Binary 110010 1001101 11000111 1001011 111101 0 10110 11100101 111100 110001

Color Harmonies of #324DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DC7

Black with #324DC7

Text Example


Text Example

White with #324DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,77,199); }

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

background-color css

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

 a { background-color: rgb(50,77,199); }

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

border-color css

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

 span { border-color: rgb(50,77,199); }

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