Html Css Color HEX #325965 Blumine

📋 copy color: '#325965'

red 50 ◦ green 89 ◦ blue 101

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

Shades of Blumine #325965

Tints of Blumine #325965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 20.83%
G = 37.08%
B = 42.08%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325965 (or 0x325965) is known color: Blumine. HEX triplet: 32, 59 and 65. RGB value is (50,89,101). Sum of RGB (Red+Green+Blue) = 50+89+101=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #325965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325965 is #CDA69A. Grayscale: #4E4E4E. Windows color (decimal): -13477531 or 6641970. OLE color: 6641970.

HSL color Cylindrical-coordinate representation of color #325965: hue angle of 194.12º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325965 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 89 101 -
CMYK 0.50 0.12 0 0.60
HSL 194.12º 0.34% 0.3% -
HSV(B) 194.12º 0.5% 0.4% -
XYZ 7.24 8.76 13.62 -
YUV 78.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 50 89 101 0.50 0.12 0 0.60 194.12 0.34 0.3
Hex 32 59 65 32 C 0 3C C2 22 1E
Octal 62 131 145 62 14 0 74 302 42 36
Binary 110010 1011001 1100101 110010 1100 0 111100 11000010 100010 11110

Color Harmonies of #325965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325965

Black with #325965

Text Example


Text Example

White with #325965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325965; }

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

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

background-color css

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

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

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

border-color css

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

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

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