Html Css Color HEX #356090 Endeavour

📋 copy color: '#356090'

red 53 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #356090

Tints of Endeavour #356090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.15%

R = 18.09%
G = 32.76%
B = 49.15%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#356090 (or 0x356090) is known color: Endeavour. HEX triplet: 35, 60 and 90. RGB value is (53,96,144). Sum of RGB (Red+Green+Blue) = 53+96+144=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #356090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356090 is #CA9F6F. Grayscale: #585858. Windows color (decimal): -13279088 or 9461813. OLE color: 9461813.

HSL color Cylindrical-coordinate representation of color #356090: hue angle of 211.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356090 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 96 144 -
CMYK 0.63 0.33 0 0.44
HSL 211.65º 0.46% 0.39% -
HSV(B) 211.65º 0.63% 0.56% -
XYZ 10.69 11.14 27.97 -
YUV 88.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 53 96 144 0.63 0.33 0 0.44 211.65 0.46 0.39
Hex 35 60 90 3F 21 0 2C D4 2E 27
Octal 65 140 220 77 41 0 54 324 56 47
Binary 110101 1100000 10010000 111111 100001 0 101100 11010100 101110 100111

Color Harmonies of #356090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356090

Black with #356090

Text Example


Text Example

White with #356090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356090; }

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

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

background-color css

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

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

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

border-color css

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

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

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