Html Css Color HEX #355992 Endeavour

📋 copy color: '#355992'

red 53 ◦ green 89 ◦ blue 146

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

Shades of Endeavour #355992

Tints of Endeavour #355992

RGB

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

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

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

R = 18.4%
G = 30.9%
B = 50.69%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#355992 (or 0x355992) is known color: Endeavour. HEX triplet: 35, 59 and 92. RGB value is (53,89,146). Sum of RGB (Red+Green+Blue) = 53+89+146=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #355992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355992 is #CAA66D. Grayscale: #545454. Windows color (decimal): -13280878 or 9591093. OLE color: 9591093.

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

Color convert

RGB 53 89 146 -
CMYK 0.64 0.39 0 0.43
HSL 216.77º 0.47% 0.39% -
HSV(B) 216.77º 0.64% 0.57% -
XYZ 10.23 9.98 28.58 -
YUV 84.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 53 89 146 0.64 0.39 0 0.43 216.77 0.47 0.39
Hex 35 59 92 40 27 0 2B D9 2F 27
Octal 65 131 222 100 47 0 53 331 57 47
Binary 110101 1011001 10010010 1000000 100111 0 101011 11011001 101111 100111

Color Harmonies of #355992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355992

Black with #355992

Text Example


Text Example

White with #355992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355992; }

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

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

background-color css

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

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

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

border-color css

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

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

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