Html Css Color HEX #366393 Endeavour

📋 copy color: '#366393'

red 54 ◦ green 99 ◦ blue 147

#366393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #366393

Tints of Endeavour #366393

RGB

 RED value IS 54 (21.48% from 255) = 18%

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 18%
G = 33%
B = 49%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366393 (or 0x366393) is known color: Endeavour. HEX triplet: 36, 63 and 93. RGB value is (54,99,147). Sum of RGB (Red+Green+Blue) = 54+99+147=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #366393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366393 is #C99C6C. Grayscale: #5A5A5A. Windows color (decimal): -13212781 or 9659190. OLE color: 9659190.

HSL color Cylindrical-coordinate representation of color #366393: hue angle of 210.97º 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 #366393 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 99 147 -
CMYK 0.63 0.33 0 0.42
HSL 210.97º 0.46% 0.39% -
HSV(B) 210.97º 0.63% 0.58% -
XYZ 11.25 11.81 29.29 -
YUV 91.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 54 99 147 0.63 0.33 0 0.42 210.97 0.46 0.39
Hex 36 63 93 3F 21 0 2A D3 2E 27
Octal 66 143 223 77 41 0 52 323 56 47
Binary 110110 1100011 10010011 111111 100001 0 101010 11010011 101110 100111

Color Harmonies of #366393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366393

Black with #366393

Text Example


Text Example

White with #366393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366393; }

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

 H1.HeaderClassName
 {
   color: #366393;
 }
 .AnyTagClassName
 {
   color: #366393;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #366393;
 }
 .BgClassName
 {
   background-color: #366393;
 }
</style>

border-color css

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

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

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