Html Css Color HEX #356092 Endeavour

📋 copy color: '#356092'

red 53 ◦ green 96 ◦ blue 146

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

Shades of Endeavour #356092

Tints of Endeavour #356092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 17.97%
G = 32.54%
B = 49.49%

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

#356092 (or 0x356092) is known color: Endeavour. HEX triplet: 35, 60 and 92. RGB value is (53,96,146). Sum of RGB (Red+Green+Blue) = 53+96+146=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #356092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356092 is #CA9F6D. Grayscale: #585858. Windows color (decimal): -13279086 or 9592885. OLE color: 9592885.

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

Color convert

RGB 53 96 146 -
CMYK 0.64 0.34 0 0.43
HSL 212.26º 0.47% 0.39% -
HSV(B) 212.26º 0.64% 0.57% -
XYZ 10.84 11.2 28.78 -
YUV 88.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 53 96 146 0.64 0.34 0 0.43 212.26 0.47 0.39
Hex 35 60 92 40 22 0 2B D4 2F 27
Octal 65 140 222 100 42 0 53 324 57 47
Binary 110101 1100000 10010010 1000000 100010 0 101011 11010100 101111 100111

Color Harmonies of #356092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356092

Black with #356092

Text Example


Text Example

White with #356092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356092; }

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

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

background-color css

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

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

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

border-color css

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

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

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