Html Css Color HEX #366390 Endeavour

📋 copy color: '#366390'

red 54 ◦ green 99 ◦ blue 144

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

Shades of Endeavour #366390

Tints of Endeavour #366390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 18.18%
G = 33.33%
B = 48.48%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#366390 (or 0x366390) is known color: Endeavour. HEX triplet: 36, 63 and 90. RGB value is (54,99,144). Sum of RGB (Red+Green+Blue) = 54+99+144=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #366390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366390 is #C99C6F. Grayscale: #5A5A5A. Windows color (decimal): -13212784 or 9462582. OLE color: 9462582.

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

Color convert

RGB 54 99 144 -
CMYK 0.63 0.31 0 0.44
HSL 210º 0.45% 0.39% -
HSV(B) 210º 0.63% 0.56% -
XYZ 11.02 11.72 28.07 -
YUV 90.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 54 99 144 0.63 0.31 0 0.44 210 0.45 0.39
Hex 36 63 90 3F 1F 0 2C D2 2D 27
Octal 66 143 220 77 37 0 54 322 55 47
Binary 110110 1100011 10010000 111111 11111 0 101100 11010010 101101 100111

Color Harmonies of #366390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366390

Black with #366390

Text Example


Text Example

White with #366390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366390; }

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

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

background-color css

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

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

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

border-color css

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

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

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