Html Css Color HEX #355D90 Endeavour

📋 copy color: '#355D90'

red 53 ◦ green 93 ◦ blue 144

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

Shades of Endeavour #355D90

Tints of Endeavour #355D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

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

R = 18.28%
G = 32.07%
B = 49.66%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#355D90 (or 0x355D90) is known color: Endeavour. HEX triplet: 35, 5D and 90. RGB value is (53,93,144). Sum of RGB (Red+Green+Blue) = 53+93+144=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #355D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355D90 is #CAA26F. Grayscale: #565656. Windows color (decimal): -13279856 or 9461045. OLE color: 9461045.

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

Color convert

RGB 53 93 144 -
CMYK 0.63 0.35 0 0.44
HSL 213.63º 0.46% 0.39% -
HSV(B) 213.63º 0.63% 0.56% -
XYZ 10.42 10.6 27.88 -
YUV 86.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 53 93 144 0.63 0.35 0 0.44 213.63 0.46 0.39
Hex 35 5D 90 3F 23 0 2C D6 2E 27
Octal 65 135 220 77 43 0 54 326 56 47
Binary 110101 1011101 10010000 111111 100011 0 101100 11010110 101110 100111

Color Harmonies of #355D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D90

Black with #355D90

Text Example


Text Example

White with #355D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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