Html Css Color HEX #356193 Endeavour

📋 copy color: '#356193'

red 53 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #356193

Tints of Endeavour #356193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 17.85%
G = 32.66%
B = 49.49%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356193 (or 0x356193) is known color: Endeavour. HEX triplet: 35, 61 and 93. RGB value is (53,97,147). Sum of RGB (Red+Green+Blue) = 53+97+147=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #356193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356193 is #CA9E6C. Grayscale: #595959. Windows color (decimal): -13278829 or 9658677. OLE color: 9658677.

HSL color Cylindrical-coordinate representation of color #356193: hue angle of 211.91º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356193 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 97 147 -
CMYK 0.64 0.34 0 0.42
HSL 211.91º 0.47% 0.39% -
HSV(B) 211.91º 0.64% 0.58% -
XYZ 11.01 11.41 29.23 -
YUV 89.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 53 97 147 0.64 0.34 0 0.42 211.91 0.47 0.39
Hex 35 61 93 40 22 0 2A D4 2F 27
Octal 65 141 223 100 42 0 52 324 57 47
Binary 110101 1100001 10010011 1000000 100010 0 101010 11010100 101111 100111

Color Harmonies of #356193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356193

Black with #356193

Text Example


Text Example

White with #356193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356193; }

 p { color: rgb(53,97,147); }

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

background-color css

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

 a { background-color: rgb(53,97,147); }

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

border-color css

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

 span { border-color: rgb(53,97,147); }

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