Html Css Color HEX #325D99 Endeavour

📋 copy color: '#325D99'

red 50 ◦ green 93 ◦ blue 153

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

Shades of Endeavour #325D99

Tints of Endeavour #325D99

RGB

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

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

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

R = 16.89%
G = 31.42%
B = 51.69%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#325D99 (or 0x325D99) is known color: Endeavour. HEX triplet: 32, 5D and 99. RGB value is (50,93,153). Sum of RGB (Red+Green+Blue) = 50+93+153=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #325D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D99 is #CDA266. Grayscale: #565656. Windows color (decimal): -13476455 or 10050866. OLE color: 10050866.

HSL color Cylindrical-coordinate representation of color #325D99: hue angle of 214.95º 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 #325D99 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 93 153 -
CMYK 0.67 0.39 0 0.4
HSL 214.95º 0.51% 0.4% -
HSV(B) 214.95º 0.67% 0.6% -
XYZ 10.98 10.81 31.64 -
YUV 86.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 50 93 153 0.67 0.39 0 0.4 214.95 0.51 0.4
Hex 32 5D 99 43 27 0 28 D7 33 28
Octal 62 135 231 103 47 0 50 327 63 50
Binary 110010 1011101 10011001 1000011 100111 0 101000 11010111 110011 101000

Color Harmonies of #325D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D99

Black with #325D99

Text Example


Text Example

White with #325D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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