Html Css Color HEX #335790 Endeavour

📋 copy color: '#335790'

red 51 ◦ green 87 ◦ blue 144

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

Shades of Endeavour #335790

Tints of Endeavour #335790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 18.09%
G = 30.85%
B = 51.06%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#335790 (or 0x335790) is known color: Endeavour. HEX triplet: 33, 57 and 90. RGB value is (51,87,144). Sum of RGB (Red+Green+Blue) = 51+87+144=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #335790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335790 is #CCA86F. Grayscale: #525252. Windows color (decimal): -13412464 or 9459507. OLE color: 9459507.

HSL color Cylindrical-coordinate representation of color #335790: hue angle of 216.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335790 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 87 144 -
CMYK 0.65 0.40 0 0.44
HSL 216.77º 0.48% 0.38% -
HSV(B) 216.77º 0.65% 0.56% -
XYZ 9.81 9.53 27.71 -
YUV 82.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 51 87 144 0.65 0.40 0 0.44 216.77 0.48 0.38
Hex 33 57 90 41 28 0 2C D9 30 26
Octal 63 127 220 101 50 0 54 331 60 46
Binary 110011 1010111 10010000 1000001 101000 0 101100 11011001 110000 100110

Color Harmonies of #335790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335790

Black with #335790

Text Example


Text Example

White with #335790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335790; }

 p { color: rgb(51,87,144); }

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

background-color css

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

 a { background-color: rgb(51,87,144); }

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

border-color css

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

 span { border-color: rgb(51,87,144); }

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