Html Css Color HEX #366090 Endeavour

📋 copy color: '#366090'

red 54 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #366090

Tints of Endeavour #366090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

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

R = 18.37%
G = 32.65%
B = 48.98%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#366090 (or 0x366090) is known color: Endeavour. HEX triplet: 36, 60 and 90. RGB value is (54,96,144). Sum of RGB (Red+Green+Blue) = 54+96+144=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #366090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366090 is #C99F6F. Grayscale: #585858. Windows color (decimal): -13213552 or 9461814. OLE color: 9461814.

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

Color convert

RGB 54 96 144 -
CMYK 0.63 0.33 0 0.44
HSL 212º 0.45% 0.39% -
HSV(B) 212º 0.63% 0.56% -
XYZ 10.74 11.16 27.97 -
YUV 88.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 54 96 144 0.63 0.33 0 0.44 212 0.45 0.39
Hex 36 60 90 3F 21 0 2C D4 2D 27
Octal 66 140 220 77 41 0 54 324 55 47
Binary 110110 1100000 10010000 111111 100001 0 101100 11010100 101101 100111

Color Harmonies of #366090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366090

Black with #366090

Text Example


Text Example

White with #366090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366090; }

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

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

background-color css

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

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

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

border-color css

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

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

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