Html Css Color HEX #356590 Endeavour

📋 copy color: '#356590'

red 53 ◦ green 101 ◦ blue 144

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

Shades of Endeavour #356590

Tints of Endeavour #356590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

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

R = 17.79%
G = 33.89%
B = 48.32%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#356590 (or 0x356590) is known color: Endeavour. HEX triplet: 35, 65 and 90. RGB value is (53,101,144). Sum of RGB (Red+Green+Blue) = 53+101+144=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #356590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356590 is #CA9A6F. Grayscale: #5B5B5B. Windows color (decimal): -13277808 or 9463093. OLE color: 9463093.

HSL color Cylindrical-coordinate representation of color #356590: hue angle of 208.35º 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 #356590 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 101 144 -
CMYK 0.63 0.30 0 0.44
HSL 208.35º 0.46% 0.39% -
HSV(B) 208.35º 0.63% 0.56% -
XYZ 11.16 12.08 28.13 -
YUV 91.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 53 101 144 0.63 0.30 0 0.44 208.35 0.46 0.39
Hex 35 65 90 3F 1E 0 2C D0 2E 27
Octal 65 145 220 77 36 0 54 320 56 47
Binary 110101 1100101 10010000 111111 11110 0 101100 11010000 101110 100111

Color Harmonies of #356590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356590

Black with #356590

Text Example


Text Example

White with #356590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356590; }

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

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

background-color css

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

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

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

border-color css

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

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

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