#114356

Color #114356 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #114356

Tints of Astronaut Blue #114356

Color information

#114356 (or 0x114356) is unknown color: approx Astronaut Blue. HEX triplet: 11, 43 and 56. RGB value is (17,67,86). Sum of RGB (Red+Green+Blue) = 17+67+86=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #114356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114356 is #EEBCA9. Grayscale: #363636. Windows color (decimal): -15645866 or 5653265. OLE color: 5653265.

HSL color Cylindrical-coordinate representation of color #114356: hue angle of 196.52º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114356 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB176786-
CMYK0.800.2200.66
HSL196.52º66.99%20.2%-
HSV(B)196.52º80.23%33.73%-
XYZ3.924.819.53-
YUV54.22145.94101.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 67 (26.56% from 255) = 39.41%
BLUE value IS 86 (33.98% from 255) = 50.59%
R=10%
G=39.41%
B=50.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1767860.800.2200.66196.5266.9920.2
Hex1143565016042c54314
Octal2110312612026010230510324
Binary10001100001110101101010000101100100001011000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114356; }

 p { color: rgb(17,67,86); }

 H1.HeaderClassName
 {
   color: #114356;
 }
 .AnyTagClassName
 {
   color: #114356;
 }
</style>
background-color css

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

 a { background-color: rgb(17,67,86); }

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

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

 span { border-color: rgb(17,67,86); }

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