Html Css Color HEX #356293 Endeavour

📋 copy color: '#356293'

red 53 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #356293

Tints of Endeavour #356293

RGB

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

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

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

R = 17.79%
G = 32.89%
B = 49.33%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356293 (or 0x356293) is known color: Endeavour. HEX triplet: 35, 62 and 93. RGB value is (53,98,147). Sum of RGB (Red+Green+Blue) = 53+98+147=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #356293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356293 is #CA9D6C. Grayscale: #595959. Windows color (decimal): -13278573 or 9658933. OLE color: 9658933.

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

Color convert

RGB 53 98 147 -
CMYK 0.64 0.33 0 0.42
HSL 211.28º 0.47% 0.39% -
HSV(B) 211.28º 0.64% 0.58% -
XYZ 11.1 11.6 29.26 -
YUV 90.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 53 98 147 0.64 0.33 0 0.42 211.28 0.47 0.39
Hex 35 62 93 40 21 0 2A D3 2F 27
Octal 65 142 223 100 41 0 52 323 57 47
Binary 110101 1100010 10010011 1000000 100001 0 101010 11010011 101111 100111

Color Harmonies of #356293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356293

Black with #356293

Text Example


Text Example

White with #356293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356293; }

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

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

background-color css

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

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

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

border-color css

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

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

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