#365F8C

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

Shades of Endeavour #365F8C

Tints of Endeavour #365F8C

Color information

#365F8C (or 0x365F8C) is unknown color: approx Endeavour. HEX triplet: 36, 5F and 8C. RGB value is (54,95,140). Sum of RGB (Red+Green+Blue) = 54+95+140=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #365F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F8C is #C9A073. Grayscale: #575757. Windows color (decimal): -13213812 or 9199414. OLE color: 9199414.

HSL color Cylindrical-coordinate representation of color #365F8C: hue angle of 211.4º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365F8C is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5495140-
CMYK0.610.3200.45
HSL211.4º44.33%38.04%-
HSV(B)211.4º61.43%54.9%-
XYZ10.3510.8626.36-
YUV87.87157.42103.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=18.69%
G=32.87%
B=48.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54951400.610.3200.45211.444.3338.04
Hex365F8C3D2002Dd32c26
Octal6613721475400553235446
Binary110110101111110001100111101100000010110111010011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F8C; }

 p { color: rgb(54,95,140); }

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

<style>
 a { background-color: #365F8C; }

 a { background-color: rgb(54,95,140); }

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

<style>
 span { border-color: #365F8C; }

 span { border-color: rgb(54,95,140); }

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