Html Css Color HEX #335E89 Endeavour

📋 copy color: '#335E89'

red 51 ◦ green 94 ◦ blue 137

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

Shades of Endeavour #335E89

Tints of Endeavour #335E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 137 (53.91% from 255) = 48.58%

R = 18.09%
G = 33.33%
B = 48.58%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#335E89 (or 0x335E89) is known color: Endeavour. HEX triplet: 33, 5E and 89. RGB value is (51,94,137). Sum of RGB (Red+Green+Blue) = 51+94+137=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #335E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E89 is #CCA176. Grayscale: #555555. Windows color (decimal): -13410679 or 9002547. OLE color: 9002547.

HSL color Cylindrical-coordinate representation of color #335E89: hue angle of 210º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335E89 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 94 137 -
CMYK 0.63 0.31 0 0.46
HSL 210º 0.46% 0.37% -
HSV(B) 210º 0.63% 0.54% -
XYZ 9.88 10.52 25.18 -
YUV 86.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 51 94 137 0.63 0.31 0 0.46 210 0.46 0.37
Hex 33 5E 89 3F 1F 0 2E D2 2E 25
Octal 63 136 211 77 37 0 56 322 56 45
Binary 110011 1011110 10001001 111111 11111 0 101110 11010010 101110 100101

Color Harmonies of #335E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E89

Black with #335E89

Text Example


Text Example

White with #335E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335E89; }

 p { color: rgb(51,94,137); }

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

background-color css

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

 a { background-color: rgb(51,94,137); }

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

border-color css

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

 span { border-color: rgb(51,94,137); }

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