Html Css Color HEX #325B6D Blumine

📋 copy color: '#325B6D'

red 50 ◦ green 91 ◦ blue 109

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

Shades of Blumine #325B6D

Tints of Blumine #325B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 20%
G = 36.4%
B = 43.6%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#325B6D (or 0x325B6D) is known color: Blumine. HEX triplet: 32, 5B and 6D. RGB value is (50,91,109). Sum of RGB (Red+Green+Blue) = 50+91+109=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #325B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B6D is #CDA492. Grayscale: #505050. Windows color (decimal): -13477011 or 7166770. OLE color: 7166770.

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

Color convert

RGB 50 91 109 -
CMYK 0.54 0.17 0 0.57
HSL 198.31º 0.37% 0.31% -
HSV(B) 198.31º 0.54% 0.43% -
XYZ 7.82 9.26 15.84 -
YUV 80.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 50 91 109 0.54 0.17 0 0.57 198.31 0.37 0.31
Hex 32 5B 6D 36 11 0 39 C6 25 1F
Octal 62 133 155 66 21 0 71 306 45 37
Binary 110010 1011011 1101101 110110 10001 0 111001 11000110 100101 11111

Color Harmonies of #325B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B6D

Black with #325B6D

Text Example


Text Example

White with #325B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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