Html Css Color HEX #324C85 Fun Blue

📋 copy color: '#324C85'

red 50 ◦ green 76 ◦ blue 133

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

Shades of Fun Blue #324C85

Tints of Fun Blue #324C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.35%

R = 19.31%
G = 29.34%
B = 51.35%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#324C85 (or 0x324C85) is known color: Fun Blue. HEX triplet: 32, 4C and 85. RGB value is (50,76,133). Sum of RGB (Red+Green+Blue) = 50+76+133=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #324C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C85 is #CDB37A. Grayscale: #4A4A4A. Windows color (decimal): -13480827 or 8735794. OLE color: 8735794.

HSL color Cylindrical-coordinate representation of color #324C85: hue angle of 221.2º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324C85 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 76 133 -
CMYK 0.62 0.43 0 0.48
HSL 221.2º 0.45% 0.36% -
HSV(B) 221.2º 0.62% 0.52% -
XYZ 8.13 7.54 23.22 -
YUV 74.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 50 76 133 0.62 0.43 0 0.48 221.2 0.45 0.36
Hex 32 4C 85 3E 2B 0 30 DD 2D 24
Octal 62 114 205 76 53 0 60 335 55 44
Binary 110010 1001100 10000101 111110 101011 0 110000 11011101 101101 100100

Color Harmonies of #324C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C85

Black with #324C85

Text Example


Text Example

White with #324C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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