Html Css Color HEX #325864 Blumine

📋 copy color: '#325864'

red 50 ◦ green 88 ◦ blue 100

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

Shades of Blumine #325864

Tints of Blumine #325864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.02%

R = 21.01%
G = 36.97%
B = 42.02%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#325864 (or 0x325864) is known color: Blumine. HEX triplet: 32, 58 and 64. RGB value is (50,88,100). Sum of RGB (Red+Green+Blue) = 50+88+100=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #325864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325864 is #CDA79B. Grayscale: #4D4D4D. Windows color (decimal): -13477788 or 6576178. OLE color: 6576178.

HSL color Cylindrical-coordinate representation of color #325864: hue angle of 194.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325864 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 88 100 -
CMYK 0.50 0.12 0 0.61
HSL 194.4º 0.33% 0.29% -
HSV(B) 194.4º 0.5% 0.39% -
XYZ 7.11 8.58 13.34 -
YUV 78.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 50 88 100 0.50 0.12 0 0.61 194.4 0.33 0.29
Hex 32 58 64 32 C 0 3D C2 21 1D
Octal 62 130 144 62 14 0 75 302 41 35
Binary 110010 1011000 1100100 110010 1100 0 111101 11000010 100001 11101

Color Harmonies of #325864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325864

Black with #325864

Text Example


Text Example

White with #325864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325864; }

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

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

background-color css

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

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

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

border-color css

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

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

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