Html Css Color HEX #324FA5 Cerulean Blue

📋 copy color: '#324FA5'

red 50 ◦ green 79 ◦ blue 165

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

Shades of Cerulean Blue #324FA5

Tints of Cerulean Blue #324FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 56.12%

R = 17.01%
G = 26.87%
B = 56.12%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#324FA5 (or 0x324FA5) is known color: Cerulean Blue. HEX triplet: 32, 4F and A5. RGB value is (50,79,165). Sum of RGB (Red+Green+Blue) = 50+79+165=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #324FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324FA5 is #CDB05A. Grayscale: #4F4F4F. Windows color (decimal): -13480027 or 10833714. OLE color: 10833714.

HSL color Cylindrical-coordinate representation of color #324FA5: hue angle of 224.87º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324FA5 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 79 165 -
CMYK 0.70 0.52 0 0.35
HSL 224.87º 0.53% 0.42% -
HSV(B) 224.87º 0.7% 0.65% -
XYZ 10.9 8.99 36.76 -
YUV 80.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 50 79 165 0.70 0.52 0 0.35 224.87 0.53 0.42
Hex 32 4F A5 46 34 0 23 E1 35 2A
Octal 62 117 245 106 64 0 43 341 65 52
Binary 110010 1001111 10100101 1000110 110100 0 100011 11100001 110101 101010

Color Harmonies of #324FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FA5

Black with #324FA5

Text Example


Text Example

White with #324FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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