#35618E

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

Shades of Endeavour #35618E

Tints of Endeavour #35618E

Color information

#35618E (or 0x35618E) is unknown color: approx Endeavour. HEX triplet: 35, 61 and 8E. RGB value is (53,97,142). Sum of RGB (Red+Green+Blue) = 53+97+142=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #35618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35618E is #CA9E71. Grayscale: #585858. Windows color (decimal): -13278834 or 9330997. OLE color: 9330997.

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

Color convert

RGB5397142-
CMYK0.630.3200.44
HSL210.34º45.64%38.24%-
HSV(B)210.34º62.68%55.69%-
XYZ10.6311.2627.2-
YUV88.97157.92102.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=18.15%
G=33.22%
B=48.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53971420.630.3200.44210.3445.6438.24
Hex35618E3F2002Cd22e26
Octal6514121677400543225646
Binary110101110000110001110111111100000010110011010010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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