#335C8A

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

Shades of Endeavour #335C8A

Tints of Endeavour #335C8A

Color information

#335C8A (or 0x335C8A) is unknown color: approx Endeavour. HEX triplet: 33, 5C and 8A. RGB value is (51,92,138). Sum of RGB (Red+Green+Blue) = 51+92+138=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #335C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C8A is #CCA375. Grayscale: #545454. Windows color (decimal): -13411190 or 9067571. OLE color: 9067571.

HSL color Cylindrical-coordinate representation of color #335C8A: hue angle of 211.72º 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 #335C8A is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5192138-
CMYK0.630.3300.46
HSL211.72º46.03%37.06%-
HSV(B)211.72º63.04%54.12%-
XYZ9.7810.1925.5-
YUV84.98157.92103.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=18.15%
G=32.74%
B=49.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51921380.630.3300.46211.7246.0337.06
Hex335C8A3F2102Ed42e25
Octal6313421277410563245645
Binary110011101110010001010111111100001010111011010100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,92,138); }

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

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

 a { background-color: rgb(51,92,138); }

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

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

 span { border-color: rgb(51,92,138); }

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