Html Css Color HEX #324CB2 Cerulean Blue

📋 copy color: '#324CB2'

red 50 ◦ green 76 ◦ blue 178

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

Shades of Cerulean Blue #324CB2

Tints of Cerulean Blue #324CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25%

 BLUE value IS 178 (69.92% from 255) = 58.55%

R = 16.45%
G = 25%
B = 58.55%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#324CB2 (or 0x324CB2) is known color: Cerulean Blue. HEX triplet: 32, 4C and B2. RGB value is (50,76,178). Sum of RGB (Red+Green+Blue) = 50+76+178=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #324CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324CB2 is #CDB34D. Grayscale: #4F4F4F. Windows color (decimal): -13480782 or 11684914. OLE color: 11684914.

HSL color Cylindrical-coordinate representation of color #324CB2: hue angle of 227.81º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324CB2 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 76 178 -
CMYK 0.72 0.57 0 0.30
HSL 227.81º 0.56% 0.45% -
HSV(B) 227.81º 0.72% 0.7% -
XYZ 11.94 9.06 43.24 -
YUV 79.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 50 76 178 0.72 0.57 0 0.30 227.81 0.56 0.45
Hex 32 4C B2 48 39 0 1E E4 38 2D
Octal 62 114 262 110 71 0 36 344 70 55
Binary 110010 1001100 10110010 1001000 111001 0 11110 11100100 111000 101101

Color Harmonies of #324CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CB2

Black with #324CB2

Text Example


Text Example

White with #324CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,178); }

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

background-color css

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

 a { background-color: rgb(50,76,178); }

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

border-color css

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

 span { border-color: rgb(50,76,178); }

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