Html Css Color HEX #335890 Endeavour

📋 copy color: '#335890'

red 51 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #335890

Tints of Endeavour #335890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 18.02%
G = 31.1%
B = 50.88%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#335890 (or 0x335890) is known color: Endeavour. HEX triplet: 33, 58 and 90. RGB value is (51,88,144). Sum of RGB (Red+Green+Blue) = 51+88+144=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #335890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335890 is #CCA76F. Grayscale: #535353. Windows color (decimal): -13412208 or 9459763. OLE color: 9459763.

HSL color Cylindrical-coordinate representation of color #335890: hue angle of 216.13º 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 #335890 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 88 144 -
CMYK 0.65 0.39 0 0.44
HSL 216.13º 0.48% 0.38% -
HSV(B) 216.13º 0.65% 0.56% -
XYZ 9.89 9.7 27.74 -
YUV 83.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 51 88 144 0.65 0.39 0 0.44 216.13 0.48 0.38
Hex 33 58 90 41 27 0 2C D8 30 26
Octal 63 130 220 101 47 0 54 330 60 46
Binary 110011 1011000 10010000 1000001 100111 0 101100 11011000 110000 100110

Color Harmonies of #335890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335890

Black with #335890

Text Example


Text Example

White with #335890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335890; }

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

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

background-color css

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

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

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

border-color css

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

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

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