Html Css Color HEX #356192 Endeavour

📋 copy color: '#356192'

red 53 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #356192

Tints of Endeavour #356192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 17.91%
G = 32.77%
B = 49.32%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#356192 (or 0x356192) is known color: Endeavour. HEX triplet: 35, 61 and 92. RGB value is (53,97,146). Sum of RGB (Red+Green+Blue) = 53+97+146=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #356192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356192 is #CA9E6D. Grayscale: #595959. Windows color (decimal): -13278830 or 9593141. OLE color: 9593141.

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

Color convert

RGB 53 97 146 -
CMYK 0.64 0.34 0 0.43
HSL 211.61º 0.47% 0.39% -
HSV(B) 211.61º 0.64% 0.57% -
XYZ 10.93 11.38 28.81 -
YUV 89.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 53 97 146 0.64 0.34 0 0.43 211.61 0.47 0.39
Hex 35 61 92 40 22 0 2B D4 2F 27
Octal 65 141 222 100 42 0 53 324 57 47
Binary 110101 1100001 10010010 1000000 100010 0 101011 11010100 101111 100111

Color Harmonies of #356192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356192

Black with #356192

Text Example


Text Example

White with #356192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356192; }

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

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

background-color css

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

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

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

border-color css

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

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

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