Html Css Color HEX #325D93 Endeavour

📋 copy color: '#325D93'

red 50 ◦ green 93 ◦ blue 147

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

Shades of Endeavour #325D93

Tints of Endeavour #325D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

 BLUE value IS 147 (57.81% from 255) = 50.69%

R = 17.24%
G = 32.07%
B = 50.69%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325D93 (or 0x325D93) is known color: Endeavour. HEX triplet: 32, 5D and 93. RGB value is (50,93,147). Sum of RGB (Red+Green+Blue) = 50+93+147=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #325D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D93 is #CDA26C. Grayscale: #565656. Windows color (decimal): -13476461 or 9657650. OLE color: 9657650.

HSL color Cylindrical-coordinate representation of color #325D93: hue angle of 213.4º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325D93 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 93 147 -
CMYK 0.66 0.37 0 0.42
HSL 213.4º 0.49% 0.39% -
HSV(B) 213.4º 0.66% 0.58% -
XYZ 10.5 10.61 29.1 -
YUV 86.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 50 93 147 0.66 0.37 0 0.42 213.4 0.49 0.39
Hex 32 5D 93 42 25 0 2A D5 31 27
Octal 62 135 223 102 45 0 52 325 61 47
Binary 110010 1011101 10010011 1000010 100101 0 101010 11010101 110001 100111

Color Harmonies of #325D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D93

Black with #325D93

Text Example


Text Example

White with #325D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325D93; }

 p { color: rgb(50,93,147); }

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

background-color css

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

 a { background-color: rgb(50,93,147); }

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

border-color css

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

 span { border-color: rgb(50,93,147); }

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