Html Css Color HEX #355E95 Endeavour

📋 copy color: '#355E95'

red 53 ◦ green 94 ◦ blue 149

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

Shades of Endeavour #355E95

Tints of Endeavour #355E95

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

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

R = 17.91%
G = 31.76%
B = 50.34%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355E95 (or 0x355E95) is known color: Endeavour. HEX triplet: 35, 5E and 95. RGB value is (53,94,149). Sum of RGB (Red+Green+Blue) = 53+94+149=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #355E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E95 is #CAA16A. Grayscale: #575757. Windows color (decimal): -13279595 or 9788981. OLE color: 9788981.

HSL color Cylindrical-coordinate representation of color #355E95: hue angle of 214.38º 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 #355E95 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 94 149 -
CMYK 0.64 0.37 0 0.42
HSL 214.38º 0.48% 0.4% -
HSV(B) 214.38º 0.64% 0.58% -
XYZ 10.9 10.93 29.97 -
YUV 88.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 53 94 149 0.64 0.37 0 0.42 214.38 0.48 0.4
Hex 35 5E 95 40 25 0 2A D6 30 28
Octal 65 136 225 100 45 0 52 326 60 50
Binary 110101 1011110 10010101 1000000 100101 0 101010 11010110 110000 101000

Color Harmonies of #355E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E95

Black with #355E95

Text Example


Text Example

White with #355E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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