#35648E

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

Shades of Endeavour #35648E

Tints of Endeavour #35648E

Color information

#35648E (or 0x35648E) is unknown color: approx Endeavour. HEX triplet: 35, 64 and 8E. RGB value is (53,100,142). Sum of RGB (Red+Green+Blue) = 53+100+142=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #35648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35648E is #CA9B71. Grayscale: #5A5A5A. Windows color (decimal): -13278066 or 9331765. OLE color: 9331765.

HSL color Cylindrical-coordinate representation of color #35648E: hue angle of 208.31º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35648E is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53100142-
CMYK0.630.3000.44
HSL208.31º45.64%38.24%-
HSV(B)208.31º62.68%55.69%-
XYZ10.9111.8227.3-
YUV90.74156.93101.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=17.97%
G=33.90%
B=48.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531001420.630.3000.44208.3145.6438.24
Hex35648E3F1E02Cd02e26
Octal6514421677360543205646
Binary11010111001001000111011111111110010110011010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35648E; }

 p { color: rgb(53,100,142); }

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

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

 a { background-color: rgb(53,100,142); }

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

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

 span { border-color: rgb(53,100,142); }

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