Html Css Color HEX #325868 Blumine

📋 copy color: '#325868'

red 50 ◦ green 88 ◦ blue 104

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

Shades of Blumine #325868

Tints of Blumine #325868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.98%

R = 20.66%
G = 36.36%
B = 42.98%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#325868 (or 0x325868) is known color: Blumine. HEX triplet: 32, 58 and 68. RGB value is (50,88,104). Sum of RGB (Red+Green+Blue) = 50+88+104=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #325868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325868 is #CDA797. Grayscale: #4E4E4E. Windows color (decimal): -13477784 or 6838322. OLE color: 6838322.

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

Color convert

RGB 50 88 104 -
CMYK 0.52 0.15 0 0.59
HSL 197.78º 0.35% 0.3% -
HSV(B) 197.78º 0.52% 0.41% -
XYZ 7.3 8.66 14.38 -
YUV 78.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 50 88 104 0.52 0.15 0 0.59 197.78 0.35 0.3
Hex 32 58 68 34 F 0 3B C6 23 1E
Octal 62 130 150 64 17 0 73 306 43 36
Binary 110010 1011000 1101000 110100 1111 0 111011 11000110 100011 11110

Color Harmonies of #325868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325868

Black with #325868

Text Example


Text Example

White with #325868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325868; }

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

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

background-color css

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

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

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

border-color css

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

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

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