Html Css Color HEX #325766 Blumine

📋 copy color: '#325766'

red 50 ◦ green 87 ◦ blue 102

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

Shades of Blumine #325766

Tints of Blumine #325766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 20.92%
G = 36.4%
B = 42.68%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#325766 (or 0x325766) is known color: Blumine. HEX triplet: 32, 57 and 66. RGB value is (50,87,102). Sum of RGB (Red+Green+Blue) = 50+87+102=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #325766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325766 is #CDA899. Grayscale: #4D4D4D. Windows color (decimal): -13478042 or 6706994. OLE color: 6706994.

HSL color Cylindrical-coordinate representation of color #325766: hue angle of 197.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325766 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 87 102 -
CMYK 0.51 0.15 0 0.6
HSL 197.31º 0.34% 0.3% -
HSV(B) 197.31º 0.51% 0.4% -
XYZ 7.12 8.45 13.83 -
YUV 77.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 50 87 102 0.51 0.15 0 0.6 197.31 0.34 0.3
Hex 32 57 66 33 F 0 3C C5 22 1E
Octal 62 127 146 63 17 0 74 305 42 36
Binary 110010 1010111 1100110 110011 1111 0 111100 11000101 100010 11110

Color Harmonies of #325766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325766

Black with #325766

Text Example


Text Example

White with #325766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325766; }

 p { color: rgb(50,87,102); }

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

background-color css

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

 a { background-color: rgb(50,87,102); }

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

border-color css

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

 span { border-color: rgb(50,87,102); }

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