Html Css Color HEX #325B6C Blumine

📋 copy color: '#325B6C'

red 50 ◦ green 91 ◦ blue 108

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

Shades of Blumine #325B6C

Tints of Blumine #325B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 20.08%
G = 36.55%
B = 43.37%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#325B6C (or 0x325B6C) is known color: Blumine. HEX triplet: 32, 5B and 6C. RGB value is (50,91,108). Sum of RGB (Red+Green+Blue) = 50+91+108=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #325B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B6C is #CDA493. Grayscale: #505050. Windows color (decimal): -13477012 or 7101234. OLE color: 7101234.

HSL color Cylindrical-coordinate representation of color #325B6C: hue angle of 197.59º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #325B6C is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 91 108 -
CMYK 0.54 0.16 0 0.58
HSL 197.59º 0.37% 0.31% -
HSV(B) 197.59º 0.54% 0.42% -
XYZ 7.76 9.24 15.56 -
YUV 80.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 50 91 108 0.54 0.16 0 0.58 197.59 0.37 0.31
Hex 32 5B 6C 36 10 0 3A C6 25 1F
Octal 62 133 154 66 20 0 72 306 45 37
Binary 110010 1011011 1101100 110110 10000 0 111010 11000110 100101 11111

Color Harmonies of #325B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B6C

Black with #325B6C

Text Example


Text Example

White with #325B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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