Html Css Color HEX #356292 Endeavour

📋 copy color: '#356292'

red 53 ◦ green 98 ◦ blue 146

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

Shades of Endeavour #356292

Tints of Endeavour #356292

RGB

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

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

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

R = 17.85%
G = 33%
B = 49.16%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#356292 (or 0x356292) is known color: Endeavour. HEX triplet: 35, 62 and 92. RGB value is (53,98,146). Sum of RGB (Red+Green+Blue) = 53+98+146=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #356292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356292 is #CA9D6D. Grayscale: #595959. Windows color (decimal): -13278574 or 9593397. OLE color: 9593397.

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

Color convert

RGB 53 98 146 -
CMYK 0.64 0.33 0 0.43
HSL 210.97º 0.47% 0.39% -
HSV(B) 210.97º 0.64% 0.57% -
XYZ 11.02 11.57 28.85 -
YUV 90.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 53 98 146 0.64 0.33 0 0.43 210.97 0.47 0.39
Hex 35 62 92 40 21 0 2B D3 2F 27
Octal 65 142 222 100 41 0 53 323 57 47
Binary 110101 1100010 10010010 1000000 100001 0 101011 11010011 101111 100111

Color Harmonies of #356292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356292

Black with #356292

Text Example


Text Example

White with #356292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356292; }

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

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

background-color css

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

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

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

border-color css

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

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

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