Html Css Color HEX #325A74 Blumine

📋 copy color: '#325A74'

red 50 ◦ green 90 ◦ blue 116

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

Shades of Blumine #325A74

Tints of Blumine #325A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 19.53%
G = 35.16%
B = 45.31%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325A74 (or 0x325A74) is known color: Blumine. HEX triplet: 32, 5A and 74. RGB value is (50,90,116). Sum of RGB (Red+Green+Blue) = 50+90+116=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #325A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A74 is #CDA58B. Grayscale: #505050. Windows color (decimal): -13477260 or 7625266. OLE color: 7625266.

HSL color Cylindrical-coordinate representation of color #325A74: hue angle of 203.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325A74 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 90 116 -
CMYK 0.57 0.22 0 0.55
HSL 203.64º 0.4% 0.33% -
HSV(B) 203.64º 0.57% 0.45% -
XYZ 8.12 9.25 17.88 -
YUV 81 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 50 90 116 0.57 0.22 0 0.55 203.64 0.4 0.33
Hex 32 5A 74 39 16 0 37 CC 28 21
Octal 62 132 164 71 26 0 67 314 50 41
Binary 110010 1011010 1110100 111001 10110 0 110111 11001100 101000 100001

Color Harmonies of #325A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A74

Black with #325A74

Text Example


Text Example

White with #325A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325A74; }

 p { color: rgb(50,90,116); }

 H1.HeaderClassName
 {
   color: #325A74;
 }
 .AnyTagClassName
 {
   color: #325A74;
 }
</style>

background-color css

<style>
 a { background-color: #325A74; }

 a { background-color: rgb(50,90,116); }

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

border-color css

<style>
 span { border-color: #325A74; }

 span { border-color: rgb(50,90,116); }

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