Html Css Color HEX #325B69 Blumine

📋 copy color: '#325B69'

red 50 ◦ green 91 ◦ blue 105

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

Shades of Blumine #325B69

Tints of Blumine #325B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.68%

R = 20.33%
G = 36.99%
B = 42.68%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#325B69 (or 0x325B69) is known color: Blumine. HEX triplet: 32, 5B and 69. RGB value is (50,91,105). Sum of RGB (Red+Green+Blue) = 50+91+105=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #325B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B69 is #CDA496. Grayscale: #505050. Windows color (decimal): -13477015 or 6904626. OLE color: 6904626.

HSL color Cylindrical-coordinate representation of color #325B69: hue angle of 195.27º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325B69 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 91 105 -
CMYK 0.52 0.13 0 0.59
HSL 195.27º 0.35% 0.3% -
HSV(B) 195.27º 0.52% 0.41% -
XYZ 7.61 9.18 14.74 -
YUV 80.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 50 91 105 0.52 0.13 0 0.59 195.27 0.35 0.3
Hex 32 5B 69 34 D 0 3B C3 23 1E
Octal 62 133 151 64 15 0 73 303 43 36
Binary 110010 1011011 1101001 110100 1101 0 111011 11000011 100011 11110

Color Harmonies of #325B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B69

Black with #325B69

Text Example


Text Example

White with #325B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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