Html Css Color HEX #335891 Endeavour

📋 copy color: '#335891'

red 51 ◦ green 88 ◦ blue 145

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

Shades of Endeavour #335891

Tints of Endeavour #335891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 17.96%
G = 30.99%
B = 51.06%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#335891 (or 0x335891) is known color: Endeavour. HEX triplet: 33, 58 and 91. RGB value is (51,88,145). Sum of RGB (Red+Green+Blue) = 51+88+145=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #335891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335891 is #CCA76E. Grayscale: #535353. Windows color (decimal): -13412207 or 9525299. OLE color: 9525299.

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

Color convert

RGB 51 88 145 -
CMYK 0.65 0.39 0 0.43
HSL 216.38º 0.48% 0.38% -
HSV(B) 216.38º 0.65% 0.57% -
XYZ 9.97 9.73 28.14 -
YUV 83.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 51 88 145 0.65 0.39 0 0.43 216.38 0.48 0.38
Hex 33 58 91 41 27 0 2B D8 30 26
Octal 63 130 221 101 47 0 53 330 60 46
Binary 110011 1011000 10010001 1000001 100111 0 101011 11011000 110000 100110

Color Harmonies of #335891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335891

Black with #335891

Text Example


Text Example

White with #335891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335891; }

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

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

background-color css

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

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

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

border-color css

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

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

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