#335F95

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

Shades of Endeavour #335F95

Tints of Endeavour #335F95

Color information

#335F95 (or 0x335F95) is unknown color: approx Endeavour. HEX triplet: 33, 5F and 95. RGB value is (51,95,149). Sum of RGB (Red+Green+Blue) = 51+95+149=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #335F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F95 is #CCA06A. Grayscale: #575757. Windows color (decimal): -13410411 or 9789235. OLE color: 9789235.

HSL color Cylindrical-coordinate representation of color #335F95: hue angle of 213.06º 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 #335F95 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5195149-
CMYK0.660.3600.42
HSL213.06º49%39.22%-
HSV(B)213.06º65.77%58.43%-
XYZ10.8811.0629.99-
YUV88162.42101.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=17.29%
G=32.20%
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
Decimal51951490.660.3600.42213.064939.22
Hex335F95422402Ad53127
Octal63137225102440523256147
Binary1100111011111100101011000010100100010101011010101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,95,149); }

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

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

 a { background-color: rgb(51,95,149); }

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

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

 span { border-color: rgb(51,95,149); }

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