Html Css Color HEX #355993 Endeavour

📋 copy color: '#355993'

red 53 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #355993

Tints of Endeavour #355993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 147 (57.81% from 255) = 50.87%

R = 18.34%
G = 30.8%
B = 50.87%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355993 (or 0x355993) is known color: Endeavour. HEX triplet: 35, 59 and 93. RGB value is (53,89,147). Sum of RGB (Red+Green+Blue) = 53+89+147=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #355993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355993 is #CAA66C. Grayscale: #545454. Windows color (decimal): -13280877 or 9656629. OLE color: 9656629.

HSL color Cylindrical-coordinate representation of color #355993: hue angle of 217.02º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355993 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 89 147 -
CMYK 0.64 0.39 0 0.42
HSL 217.02º 0.47% 0.39% -
HSV(B) 217.02º 0.64% 0.58% -
XYZ 10.31 10.01 28.99 -
YUV 84.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 53 89 147 0.64 0.39 0 0.42 217.02 0.47 0.39
Hex 35 59 93 40 27 0 2A D9 2F 27
Octal 65 131 223 100 47 0 52 331 57 47
Binary 110101 1011001 10010011 1000000 100111 0 101010 11011001 101111 100111

Color Harmonies of #355993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355993

Black with #355993

Text Example


Text Example

White with #355993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355993; }

 p { color: rgb(53,89,147); }

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

background-color css

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

 a { background-color: rgb(53,89,147); }

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

border-color css

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

 span { border-color: rgb(53,89,147); }

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