Html Css Color HEX #335993 Endeavour

📋 copy color: '#335993'

red 51 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #335993

Tints of Endeavour #335993

RGB

 RED value IS 51 (20.31% from 255) = 17.77%

 GREEN value IS 89 (35.16% from 255) = 31.01%

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

R = 17.77%
G = 31.01%
B = 51.22%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335993 (or 0x335993) is known color: Endeavour. HEX triplet: 33, 59 and 93. RGB value is (51,89,147). Sum of RGB (Red+Green+Blue) = 51+89+147=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #335993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335993 is #CCA66C. Grayscale: #535353. Windows color (decimal): -13411949 or 9656627. OLE color: 9656627.

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

Color convert

RGB 51 89 147 -
CMYK 0.65 0.39 0 0.42
HSL 216.25º 0.48% 0.39% -
HSV(B) 216.25º 0.65% 0.58% -
XYZ 10.2 9.96 28.99 -
YUV 84.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 51 89 147 0.65 0.39 0 0.42 216.25 0.48 0.39
Hex 33 59 93 41 27 0 2A D8 30 27
Octal 63 131 223 101 47 0 52 330 60 47
Binary 110011 1011001 10010011 1000001 100111 0 101010 11011000 110000 100111

Color Harmonies of #335993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335993

Black with #335993

Text Example


Text Example

White with #335993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335993; }

 p { color: rgb(51,89,147); }

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

background-color css

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

 a { background-color: rgb(51,89,147); }

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

border-color css

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

 span { border-color: rgb(51,89,147); }

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