Html Css Color HEX #324FC5 Cerulean Blue

📋 copy color: '#324FC5'

red 50 ◦ green 79 ◦ blue 197

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

Shades of Cerulean Blue #324FC5

Tints of Cerulean Blue #324FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.43%

R = 15.34%
G = 24.23%
B = 60.43%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#324FC5 (or 0x324FC5) is known color: Cerulean Blue. HEX triplet: 32, 4F and C5. RGB value is (50,79,197). Sum of RGB (Red+Green+Blue) = 50+79+197=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 197 (77.34% from 255 or 60.43% from 326); Max value from RGB is 197 - color contains mainly: blue. Hex color #324FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FC5 is #CDB03A. Grayscale: #535353. Windows color (decimal): -13479995 or 12930866. OLE color: 12930866.

HSL color Cylindrical-coordinate representation of color #324FC5: hue angle of 228.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324FC5 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 79 197 -
CMYK 0.75 0.60 0 0.23
HSL 228.16º 0.6% 0.48% -
HSV(B) 228.16º 0.75% 0.77% -
XYZ 14.19 10.3 54.06 -
YUV 83.78 191.89 103.91 -
System Red Green Blue C M Y K H S L
Decimal 50 79 197 0.75 0.60 0 0.23 228.16 0.6 0.48
Hex 32 4F C5 4B 3C 0 17 E4 3C 30
Octal 62 117 305 113 74 0 27 344 74 60
Binary 110010 1001111 11000101 1001011 111100 0 10111 11100100 111100 110000

Color Harmonies of #324FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FC5

Black with #324FC5

Text Example


Text Example

White with #324FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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