#335E94

Color #335E94 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #335E94

Tints of Endeavour #335E94

Color information

#335E94 (or 0x335E94) is unknown color: approx Endeavour. HEX triplet: 33, 5E and 94. RGB value is (51,94,148). Sum of RGB (Red+Green+Blue) = 51+94+148=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #335E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E94 is #CCA16B. Grayscale: #575757. Windows color (decimal): -13410668 or 9723443. OLE color: 9723443.

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

Color convert

RGB5194148-
CMYK0.660.3600.42
HSL213.4º48.74%39.02%-
HSV(B)213.4º65.54%58.04%-
XYZ10.7110.8529.55-
YUV87.3162.25102.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=17.41%
G=32.08%
B=50.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51941480.660.3600.42213.448.7439.02
Hex335E94422402Ad53127
Octal63136224102440523256147
Binary1100111011110100101001000010100100010101011010101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #335E94;
 }
 .AnyTagClassName
 {
   color: #335E94;
 }
</style>
background-color css

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

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

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

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

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

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