Html Css Color HEX #324BA4 Cerulean Blue

📋 copy color: '#324BA4'

red 50 ◦ green 75 ◦ blue 164

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

Shades of Cerulean Blue #324BA4

Tints of Cerulean Blue #324BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

 BLUE value IS 164 (64.45% from 255) = 56.75%

R = 17.3%
G = 25.95%
B = 56.75%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#324BA4 (or 0x324BA4) is known color: Cerulean Blue. HEX triplet: 32, 4B and A4. RGB value is (50,75,164). Sum of RGB (Red+Green+Blue) = 50+75+164=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #324BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324BA4 is #CDB45B. Grayscale: #4D4D4D. Windows color (decimal): -13481052 or 10767154. OLE color: 10767154.

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

Color convert

RGB 50 75 164 -
CMYK 0.70 0.54 0 0.36
HSL 226.84º 0.53% 0.42% -
HSV(B) 226.84º 0.7% 0.64% -
XYZ 10.53 8.39 36.19 -
YUV 77.67 176.72 108.26 -
System Red Green Blue C M Y K H S L
Decimal 50 75 164 0.70 0.54 0 0.36 226.84 0.53 0.42
Hex 32 4B A4 46 36 0 24 E3 35 2A
Octal 62 113 244 106 66 0 44 343 65 52
Binary 110010 1001011 10100100 1000110 110110 0 100100 11100011 110101 101010

Color Harmonies of #324BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BA4

Black with #324BA4

Text Example


Text Example

White with #324BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,75,164); }

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

background-color css

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

 a { background-color: rgb(50,75,164); }

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

border-color css

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

 span { border-color: rgb(50,75,164); }

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