Html Css Color HEX #325967 Blumine

📋 copy color: '#325967'

red 50 ◦ green 89 ◦ blue 103

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

Shades of Blumine #325967

Tints of Blumine #325967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.56%

R = 20.66%
G = 36.78%
B = 42.56%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325967 (or 0x325967) is known color: Blumine. HEX triplet: 32, 59 and 67. RGB value is (50,89,103). Sum of RGB (Red+Green+Blue) = 50+89+103=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #325967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325967 is #CDA698. Grayscale: #4E4E4E. Windows color (decimal): -13477529 or 6773042. OLE color: 6773042.

HSL color Cylindrical-coordinate representation of color #325967: hue angle of 195.85º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325967 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 89 103 -
CMYK 0.51 0.14 0 0.60
HSL 195.85º 0.35% 0.3% -
HSV(B) 195.85º 0.51% 0.4% -
XYZ 7.34 8.8 14.14 -
YUV 78.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 50 89 103 0.51 0.14 0 0.60 195.85 0.35 0.3
Hex 32 59 67 33 E 0 3C C4 23 1E
Octal 62 131 147 63 16 0 74 304 43 36
Binary 110010 1011001 1100111 110011 1110 0 111100 11000100 100011 11110

Color Harmonies of #325967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325967

Black with #325967

Text Example


Text Example

White with #325967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325967; }

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

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

background-color css

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

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

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

border-color css

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

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

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