Html Css Color HEX #325865 Blumine

📋 copy color: '#325865'

red 50 ◦ green 88 ◦ blue 101

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

Shades of Blumine #325865

Tints of Blumine #325865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.82%

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 20.92%
G = 36.82%
B = 42.26%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325865 (or 0x325865) is known color: Blumine. HEX triplet: 32, 58 and 65. RGB value is (50,88,101). Sum of RGB (Red+Green+Blue) = 50+88+101=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #325865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325865 is #CDA79A. Grayscale: #4E4E4E. Windows color (decimal): -13477787 or 6641714. OLE color: 6641714.

HSL color Cylindrical-coordinate representation of color #325865: hue angle of 195.29º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325865 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 88 101 -
CMYK 0.50 0.13 0 0.60
HSL 195.29º 0.34% 0.3% -
HSV(B) 195.29º 0.5% 0.4% -
XYZ 7.15 8.6 13.59 -
YUV 78.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 50 88 101 0.50 0.13 0 0.60 195.29 0.34 0.3
Hex 32 58 65 32 D 0 3C C3 22 1E
Octal 62 130 145 62 15 0 74 303 42 36
Binary 110010 1011000 1100101 110010 1101 0 111100 11000011 100010 11110

Color Harmonies of #325865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325865

Black with #325865

Text Example


Text Example

White with #325865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325865; }

 p { color: rgb(50,88,101); }

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

background-color css

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

 a { background-color: rgb(50,88,101); }

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

border-color css

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

 span { border-color: rgb(50,88,101); }

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