#365C93

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

Shades of Endeavour #365C93

Tints of Endeavour #365C93

Color information

#365C93 (or 0x365C93) is unknown color: approx Endeavour. HEX triplet: 36, 5C and 93. RGB value is (54,92,147). Sum of RGB (Red+Green+Blue) = 54+92+147=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #365C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C93 is #C9A36C. Grayscale: #565656. Windows color (decimal): -13214573 or 9657398. OLE color: 9657398.

HSL color Cylindrical-coordinate representation of color #365C93: hue angle of 215.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365C93 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5492147-
CMYK0.630.3700.42
HSL215.48º46.27%39.41%-
HSV(B)215.48º63.27%57.65%-
XYZ10.6110.5529.08-
YUV86.91161.91104.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=18.43%
G=31.40%
B=50.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54921470.630.3700.42215.4846.2739.41
Hex365C933F2502Ad72e27
Octal6613422377450523275647
Binary110110101110010010011111111100101010101011010111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,147); }

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

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

 a { background-color: rgb(54,92,147); }

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

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

 span { border-color: rgb(54,92,147); }

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