Html Css Color HEX #325692 Endeavour

📋 copy color: '#325692'

red 50 ◦ green 86 ◦ blue 146

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

Shades of Endeavour #325692

Tints of Endeavour #325692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 17.73%
G = 30.5%
B = 51.77%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#325692 (or 0x325692) is known color: Endeavour. HEX triplet: 32, 56 and 92. RGB value is (50,86,146). Sum of RGB (Red+Green+Blue) = 50+86+146=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #325692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325692 is #CDA96D. Grayscale: #515151. Windows color (decimal): -13478254 or 9590322. OLE color: 9590322.

HSL color Cylindrical-coordinate representation of color #325692: hue angle of 217.5º 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 #325692 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 86 146 -
CMYK 0.66 0.41 0 0.43
HSL 217.5º 0.49% 0.38% -
HSV(B) 217.5º 0.66% 0.57% -
XYZ 9.83 9.41 28.49 -
YUV 82.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 50 86 146 0.66 0.41 0 0.43 217.5 0.49 0.38
Hex 32 56 92 42 29 0 2B DA 31 26
Octal 62 126 222 102 51 0 53 332 61 46
Binary 110010 1010110 10010010 1000010 101001 0 101011 11011010 110001 100110

Color Harmonies of #325692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325692

Black with #325692

Text Example


Text Example

White with #325692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325692; }

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

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

background-color css

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

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

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

border-color css

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

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

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