Html Css Color HEX #325896 Endeavour

📋 copy color: '#325896'

red 50 ◦ green 88 ◦ blue 150

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

Shades of Endeavour #325896

Tints of Endeavour #325896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 17.36%
G = 30.56%
B = 52.08%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#325896 (or 0x325896) is known color: Endeavour. HEX triplet: 32, 58 and 96. RGB value is (50,88,150). Sum of RGB (Red+Green+Blue) = 50+88+150=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #325896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325896 is #CDA769. Grayscale: #535353. Windows color (decimal): -13477738 or 9852978. OLE color: 9852978.

HSL color Cylindrical-coordinate representation of color #325896: hue angle of 217.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325896 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 88 150 -
CMYK 0.67 0.41 0 0.41
HSL 217.2º 0.5% 0.39% -
HSV(B) 217.2º 0.67% 0.59% -
XYZ 10.31 9.86 30.21 -
YUV 83.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 50 88 150 0.67 0.41 0 0.41 217.2 0.5 0.39
Hex 32 58 96 43 29 0 29 D9 32 27
Octal 62 130 226 103 51 0 51 331 62 47
Binary 110010 1011000 10010110 1000011 101001 0 101001 11011001 110010 100111

Color Harmonies of #325896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325896

Black with #325896

Text Example


Text Example

White with #325896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325896; }

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

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

background-color css

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

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

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

border-color css

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

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

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