Html Css Color HEX #356492 Endeavour

📋 copy color: '#356492'

red 53 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #356492

Tints of Endeavour #356492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

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

R = 17.73%
G = 33.44%
B = 48.83%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#356492 (or 0x356492) is known color: Endeavour. HEX triplet: 35, 64 and 92. RGB value is (53,100,146). Sum of RGB (Red+Green+Blue) = 53+100+146=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #356492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356492 is #CA9B6D. Grayscale: #5A5A5A. Windows color (decimal): -13278062 or 9593909. OLE color: 9593909.

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

Color convert

RGB 53 100 146 -
CMYK 0.64 0.32 0 0.43
HSL 209.68º 0.47% 0.39% -
HSV(B) 209.68º 0.64% 0.57% -
XYZ 11.21 11.95 28.91 -
YUV 91.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 53 100 146 0.64 0.32 0 0.43 209.68 0.47 0.39
Hex 35 64 92 40 20 0 2B D2 2F 27
Octal 65 144 222 100 40 0 53 322 57 47
Binary 110101 1100100 10010010 1000000 100000 0 101011 11010010 101111 100111

Color Harmonies of #356492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356492

Black with #356492

Text Example


Text Example

White with #356492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356492; }

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

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

background-color css

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

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

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

border-color css

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

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

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