Html Css Color HEX #325D69 Blumine

📋 copy color: '#325D69'

red 50 ◦ green 93 ◦ blue 105

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

Shades of Blumine #325D69

Tints of Blumine #325D69

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.5%

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

R = 20.16%
G = 37.5%
B = 42.34%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#325D69 (or 0x325D69) is known color: Blumine. HEX triplet: 32, 5D and 69. RGB value is (50,93,105). Sum of RGB (Red+Green+Blue) = 50+93+105=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #325D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D69 is #CDA296. Grayscale: #515151. Windows color (decimal): -13476503 or 6905138. OLE color: 6905138.

HSL color Cylindrical-coordinate representation of color #325D69: hue angle of 193.09º 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 #325D69 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 93 105 -
CMYK 0.52 0.11 0 0.59
HSL 193.09º 0.35% 0.3% -
HSV(B) 193.09º 0.52% 0.41% -
XYZ 7.78 9.53 14.79 -
YUV 81.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 50 93 105 0.52 0.11 0 0.59 193.09 0.35 0.3
Hex 32 5D 69 34 B 0 3B C1 23 1E
Octal 62 135 151 64 13 0 73 301 43 36
Binary 110010 1011101 1101001 110100 1011 0 111011 11000001 100011 11110

Color Harmonies of #325D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D69

Black with #325D69

Text Example


Text Example

White with #325D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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