Html Css Color HEX #325792 Endeavour

📋 copy color: '#325792'

red 50 ◦ green 87 ◦ blue 146

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

Shades of Endeavour #325792

Tints of Endeavour #325792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 17.67%
G = 30.74%
B = 51.59%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#325792 (or 0x325792) is known color: Endeavour. HEX triplet: 32, 57 and 92. RGB value is (50,87,146). Sum of RGB (Red+Green+Blue) = 50+87+146=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #325792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325792 is #CDA86D. Grayscale: #525252. Windows color (decimal): -13477998 or 9590578. OLE color: 9590578.

HSL color Cylindrical-coordinate representation of color #325792: hue angle of 216.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325792 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 87 146 -
CMYK 0.66 0.40 0 0.43
HSL 216.88º 0.49% 0.38% -
HSV(B) 216.88º 0.66% 0.57% -
XYZ 9.91 9.57 28.52 -
YUV 82.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 50 87 146 0.66 0.40 0 0.43 216.88 0.49 0.38
Hex 32 57 92 42 28 0 2B D9 31 26
Octal 62 127 222 102 50 0 53 331 61 46
Binary 110010 1010111 10010010 1000010 101000 0 101011 11011001 110001 100110

Color Harmonies of #325792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325792

Black with #325792

Text Example


Text Example

White with #325792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325792; }

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

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

background-color css

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

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

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

border-color css

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

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

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