Html Css Color HEX #355995 Endeavour

📋 copy color: '#355995'

red 53 ◦ green 89 ◦ blue 149

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

Shades of Endeavour #355995

Tints of Endeavour #355995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 18.21%
G = 30.58%
B = 51.2%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355995 (or 0x355995) is known color: Endeavour. HEX triplet: 35, 59 and 95. RGB value is (53,89,149). Sum of RGB (Red+Green+Blue) = 53+89+149=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #355995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355995 is #CAA66A. Grayscale: #545454. Windows color (decimal): -13280875 or 9787701. OLE color: 9787701.

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

Color convert

RGB 53 89 149 -
CMYK 0.64 0.40 0 0.42
HSL 217.5º 0.48% 0.4% -
HSV(B) 217.5º 0.64% 0.58% -
XYZ 10.47 10.07 29.83 -
YUV 85.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 53 89 149 0.64 0.40 0 0.42 217.5 0.48 0.4
Hex 35 59 95 40 28 0 2A DA 30 28
Octal 65 131 225 100 50 0 52 332 60 50
Binary 110101 1011001 10010101 1000000 101000 0 101010 11011010 110000 101000

Color Harmonies of #355995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355995

Black with #355995

Text Example


Text Example

White with #355995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355995; }

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

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

background-color css

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

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

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

border-color css

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

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

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