Html Css Color HEX #325C99 Endeavour

📋 copy color: '#325C99'

red 50 ◦ green 92 ◦ blue 153

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

Shades of Endeavour #325C99

Tints of Endeavour #325C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 16.95%
G = 31.19%
B = 51.86%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#325C99 (or 0x325C99) is known color: Endeavour. HEX triplet: 32, 5C and 99. RGB value is (50,92,153). Sum of RGB (Red+Green+Blue) = 50+92+153=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #325C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C99 is #CDA366. Grayscale: #565656. Windows color (decimal): -13476711 or 10050610. OLE color: 10050610.

HSL color Cylindrical-coordinate representation of color #325C99: hue angle of 215.53º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325C99 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 92 153 -
CMYK 0.67 0.40 0 0.4
HSL 215.53º 0.51% 0.4% -
HSV(B) 215.53º 0.67% 0.6% -
XYZ 10.89 10.63 31.62 -
YUV 86.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 50 92 153 0.67 0.40 0 0.4 215.53 0.51 0.4
Hex 32 5C 99 43 28 0 28 D8 33 28
Octal 62 134 231 103 50 0 50 330 63 50
Binary 110010 1011100 10011001 1000011 101000 0 101000 11011000 110011 101000

Color Harmonies of #325C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C99

Black with #325C99

Text Example


Text Example

White with #325C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,92,153); }

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

background-color css

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

 a { background-color: rgb(50,92,153); }

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

border-color css

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

 span { border-color: rgb(50,92,153); }

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