Html Css Color HEX #325B64 Blumine

📋 copy color: '#325B64'

red 50 ◦ green 91 ◦ blue 100

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

Shades of Blumine #325B64

Tints of Blumine #325B64

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.76%

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 20.75%
G = 37.76%
B = 41.49%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#325B64 (or 0x325B64) is known color: Blumine. HEX triplet: 32, 5B and 64. RGB value is (50,91,100). Sum of RGB (Red+Green+Blue) = 50+91+100=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: blue. Hex color #325B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B64 is #CDA49B. Grayscale: #4F4F4F. Windows color (decimal): -13477020 or 6576946. OLE color: 6576946.

HSL color Cylindrical-coordinate representation of color #325B64: hue angle of 190.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325B64 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 91 100 -
CMYK 0.50 0.09 0 0.61
HSL 190.8º 0.33% 0.29% -
HSV(B) 190.8º 0.5% 0.39% -
XYZ 7.36 9.08 13.42 -
YUV 79.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 50 91 100 0.50 0.09 0 0.61 190.8 0.33 0.29
Hex 32 5B 64 32 9 0 3D BF 21 1D
Octal 62 133 144 62 11 0 75 277 41 35
Binary 110010 1011011 1100100 110010 1001 0 111101 10111111 100001 11101

Color Harmonies of #325B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B64

Black with #325B64

Text Example


Text Example

White with #325B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,100); }

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

background-color css

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

 a { background-color: rgb(50,91,100); }

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

border-color css

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

 span { border-color: rgb(50,91,100); }

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