#365C8E

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

Shades of Endeavour #365C8E

Tints of Endeavour #365C8E

Color information

#365C8E (or 0x365C8E) is unknown color: approx Endeavour. HEX triplet: 36, 5C and 8E. RGB value is (54,92,142). Sum of RGB (Red+Green+Blue) = 54+92+142=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #365C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C8E is #C9A371. Grayscale: #565656. Windows color (decimal): -13214578 or 9329718. OLE color: 9329718.

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

Color convert

RGB5492142-
CMYK0.620.3500.44
HSL214.09º44.9%38.43%-
HSV(B)214.09º61.97%55.69%-
XYZ10.2310.3927.06-
YUV86.34159.41104.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=18.75%
G=31.94%
B=49.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54921420.620.3500.44214.0944.938.43
Hex365C8E3E2302Cd62d26
Octal6613421676430543265546
Binary110110101110010001110111110100011010110011010110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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