Html Css Color HEX #325D77 Blumine

📋 copy color: '#325D77'

red 50 ◦ green 93 ◦ blue 119

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

Shades of Blumine #325D77

Tints of Blumine #325D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.5%

 BLUE value IS 119 (46.88% from 255) = 45.42%

R = 19.08%
G = 35.5%
B = 45.42%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#325D77 (or 0x325D77) is known color: Blumine. HEX triplet: 32, 5D and 77. RGB value is (50,93,119). Sum of RGB (Red+Green+Blue) = 50+93+119=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #325D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D77 is #CDA288. Grayscale: #525252. Windows color (decimal): -13476489 or 7822642. OLE color: 7822642.

HSL color Cylindrical-coordinate representation of color #325D77: hue angle of 202.61º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325D77 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 93 119 -
CMYK 0.58 0.22 0 0.53
HSL 202.61º 0.41% 0.33% -
HSV(B) 202.61º 0.58% 0.47% -
XYZ 8.56 9.84 18.9 -
YUV 83.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 50 93 119 0.58 0.22 0 0.53 202.61 0.41 0.33
Hex 32 5D 77 3A 16 0 35 CB 29 21
Octal 62 135 167 72 26 0 65 313 51 41
Binary 110010 1011101 1110111 111010 10110 0 110101 11001011 101001 100001

Color Harmonies of #325D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D77

Black with #325D77

Text Example


Text Example

White with #325D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,119); }

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

background-color css

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

 a { background-color: rgb(50,93,119); }

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

border-color css

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

 span { border-color: rgb(50,93,119); }

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