Html Css Color HEX #356291 Endeavour

📋 copy color: '#356291'

red 53 ◦ green 98 ◦ blue 145

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

Shades of Endeavour #356291

Tints of Endeavour #356291

RGB

 RED value IS 53 (21.09% from 255) = 17.91%

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

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

R = 17.91%
G = 33.11%
B = 48.99%

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

#356291 (or 0x356291) is known color: Endeavour. HEX triplet: 35, 62 and 91. RGB value is (53,98,145). Sum of RGB (Red+Green+Blue) = 53+98+145=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #356291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356291 is #CA9D6E. Grayscale: #595959. Windows color (decimal): -13278575 or 9527861. OLE color: 9527861.

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

Color convert

RGB 53 98 145 -
CMYK 0.63 0.32 0 0.43
HSL 210.65º 0.46% 0.39% -
HSV(B) 210.65º 0.63% 0.57% -
XYZ 10.95 11.54 28.44 -
YUV 89.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 53 98 145 0.63 0.32 0 0.43 210.65 0.46 0.39
Hex 35 62 91 3F 20 0 2B D3 2E 27
Octal 65 142 221 77 40 0 53 323 56 47
Binary 110101 1100010 10010001 111111 100000 0 101011 11010011 101110 100111

Color Harmonies of #356291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356291

Black with #356291

Text Example


Text Example

White with #356291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356291; }

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

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

background-color css

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

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

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

border-color css

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

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

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