Html Css Color HEX #366291 Endeavour

📋 copy color: '#366291'

red 54 ◦ green 98 ◦ blue 145

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

Shades of Endeavour #366291

Tints of Endeavour #366291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 18.18%
G = 33%
B = 48.82%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#366291 (or 0x366291) is known color: Endeavour. HEX triplet: 36, 62 and 91. RGB value is (54,98,145). Sum of RGB (Red+Green+Blue) = 54+98+145=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #366291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366291 is #C99D6E. Grayscale: #595959. Windows color (decimal): -13213039 or 9527862. OLE color: 9527862.

HSL color Cylindrical-coordinate representation of color #366291: hue angle of 210.99º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366291 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 98 145 -
CMYK 0.63 0.32 0 0.43
HSL 210.99º 0.46% 0.39% -
HSV(B) 210.99º 0.63% 0.57% -
XYZ 11 11.56 28.44 -
YUV 90.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 54 98 145 0.63 0.32 0 0.43 210.99 0.46 0.39
Hex 36 62 91 3F 20 0 2B D3 2E 27
Octal 66 142 221 77 40 0 53 323 56 47
Binary 110110 1100010 10010001 111111 100000 0 101011 11010011 101110 100111

Color Harmonies of #366291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366291

Black with #366291

Text Example


Text Example

White with #366291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366291; }

 p { color: rgb(54,98,145); }

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

background-color css

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

 a { background-color: rgb(54,98,145); }

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

border-color css

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

 span { border-color: rgb(54,98,145); }

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