Html Css Color HEX #325D6C Blumine

📋 copy color: '#325D6C'

red 50 ◦ green 93 ◦ blue 108

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

Shades of Blumine #325D6C

Tints of Blumine #325D6C

RGB

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

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

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

R = 19.92%
G = 37.05%
B = 43.03%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#325D6C (or 0x325D6C) is known color: Blumine. HEX triplet: 32, 5D and 6C. RGB value is (50,93,108). Sum of RGB (Red+Green+Blue) = 50+93+108=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #325D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D6C is #CDA293. Grayscale: #515151. Windows color (decimal): -13476500 or 7101746. OLE color: 7101746.

HSL color Cylindrical-coordinate representation of color #325D6C: hue angle of 195.52º 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 #325D6C is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 93 108 -
CMYK 0.54 0.14 0 0.58
HSL 195.52º 0.37% 0.31% -
HSV(B) 195.52º 0.54% 0.42% -
XYZ 7.94 9.59 15.62 -
YUV 81.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 50 93 108 0.54 0.14 0 0.58 195.52 0.37 0.31
Hex 32 5D 6C 36 E 0 3A C4 25 1F
Octal 62 135 154 66 16 0 72 304 45 37
Binary 110010 1011101 1101100 110110 1110 0 111010 11000100 100101 11111

Color Harmonies of #325D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D6C

Black with #325D6C

Text Example


Text Example

White with #325D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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