#35638E

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

Shades of Endeavour #35638E

Tints of Endeavour #35638E

Color information

#35638E (or 0x35638E) is unknown color: approx Endeavour. HEX triplet: 35, 63 and 8E. RGB value is (53,99,142). Sum of RGB (Red+Green+Blue) = 53+99+142=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #35638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35638E is #CA9C71. Grayscale: #595959. Windows color (decimal): -13278322 or 9331509. OLE color: 9331509.

HSL color Cylindrical-coordinate representation of color #35638E: hue angle of 208.99º 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 #35638E is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5399142-
CMYK0.630.3000.44
HSL208.99º45.64%38.24%-
HSV(B)208.99º62.68%55.69%-
XYZ10.8111.6327.27-
YUV90.15157.26101.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 142 (55.86% from 255) = 48.30%
R=18.03%
G=33.67%
B=48.30%

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
Decimal53991420.630.3000.44208.9945.6438.24
Hex35638E3F1E02Cd12e26
Octal6514321677360543215646
Binary11010111000111000111011111111110010110011010001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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