Html Css Color HEX #325969 Blumine

📋 copy color: '#325969'

red 50 ◦ green 89 ◦ blue 105

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

Shades of Blumine #325969

Tints of Blumine #325969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 20.49%
G = 36.48%
B = 43.03%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#325969 (or 0x325969) is known color: Blumine. HEX triplet: 32, 59 and 69. RGB value is (50,89,105). Sum of RGB (Red+Green+Blue) = 50+89+105=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #325969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325969 is #CDA696. Grayscale: #4F4F4F. Windows color (decimal): -13477527 or 6904114. OLE color: 6904114.

HSL color Cylindrical-coordinate representation of color #325969: hue angle of 197.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325969 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 89 105 -
CMYK 0.52 0.15 0 0.59
HSL 197.45º 0.35% 0.3% -
HSV(B) 197.45º 0.52% 0.41% -
XYZ 7.44 8.84 14.68 -
YUV 79.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 50 89 105 0.52 0.15 0 0.59 197.45 0.35 0.3
Hex 32 59 69 34 F 0 3B C5 23 1E
Octal 62 131 151 64 17 0 73 305 43 36
Binary 110010 1011001 1101001 110100 1111 0 111011 11000101 100011 11110

Color Harmonies of #325969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325969

Black with #325969

Text Example


Text Example

White with #325969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325969; }

 p { color: rgb(50,89,105); }

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

background-color css

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

 a { background-color: rgb(50,89,105); }

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

border-color css

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

 span { border-color: rgb(50,89,105); }

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