Html Css Color HEX #356392 Endeavour

📋 copy color: '#356392'

red 53 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #356392

Tints of Endeavour #356392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

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

R = 17.79%
G = 33.22%
B = 48.99%

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

#356392 (or 0x356392) is known color: Endeavour. HEX triplet: 35, 63 and 92. RGB value is (53,99,146). Sum of RGB (Red+Green+Blue) = 53+99+146=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #356392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356392 is #CA9C6D. Grayscale: #5A5A5A. Windows color (decimal): -13278318 or 9593653. OLE color: 9593653.

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

Color convert

RGB 53 99 146 -
CMYK 0.64 0.32 0 0.43
HSL 210.32º 0.47% 0.39% -
HSV(B) 210.32º 0.64% 0.57% -
XYZ 11.12 11.76 28.88 -
YUV 90.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 53 99 146 0.64 0.32 0 0.43 210.32 0.47 0.39
Hex 35 63 92 40 20 0 2B D2 2F 27
Octal 65 143 222 100 40 0 53 322 57 47
Binary 110101 1100011 10010010 1000000 100000 0 101011 11010010 101111 100111

Color Harmonies of #356392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356392

Black with #356392

Text Example


Text Example

White with #356392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356392; }

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

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

background-color css

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

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

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

border-color css

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

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

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