Html Css Color HEX #356195 Endeavour

📋 copy color: '#356195'

red 53 ◦ green 97 ◦ blue 149

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

Shades of Endeavour #356195

Tints of Endeavour #356195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

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

R = 17.73%
G = 32.44%
B = 49.83%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356195 (or 0x356195) is known color: Endeavour. HEX triplet: 35, 61 and 95. RGB value is (53,97,149). Sum of RGB (Red+Green+Blue) = 53+97+149=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #356195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356195 is #CA9E6A. Grayscale: #595959. Windows color (decimal): -13278827 or 9789749. OLE color: 9789749.

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

Color convert

RGB 53 97 149 -
CMYK 0.64 0.35 0 0.42
HSL 212.5º 0.48% 0.4% -
HSV(B) 212.5º 0.64% 0.58% -
XYZ 11.17 11.48 30.06 -
YUV 89.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 53 97 149 0.64 0.35 0 0.42 212.5 0.48 0.4
Hex 35 61 95 40 23 0 2A D4 30 28
Octal 65 141 225 100 43 0 52 324 60 50
Binary 110101 1100001 10010101 1000000 100011 0 101010 11010100 110000 101000

Color Harmonies of #356195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356195

Black with #356195

Text Example


Text Example

White with #356195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356195; }

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

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

background-color css

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

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

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

border-color css

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

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

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