#114355

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

Shades of Astronaut Blue #114355

Tints of Astronaut Blue #114355

Color information

#114355 (or 0x114355) is unknown color: approx Astronaut Blue. HEX triplet: 11, 43 and 55. RGB value is (17,67,85). Sum of RGB (Red+Green+Blue) = 17+67+85=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #114355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114355 is #EEBCAA. Grayscale: #353535. Windows color (decimal): -15645867 or 5587729. OLE color: 5587729.

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

Color convert

RGB176785-
CMYK0.800.2100.67
HSL195.88º66.67%20%-
HSV(B)195.88º80%33.33%-
XYZ3.884.799.31-
YUV54.1145.44101.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 85 (33.59% from 255) = 50.30%
R=10.06%
G=39.64%
B=50.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1767850.800.2100.67195.8866.6720
Hex1143555015043c44314
Octal2110312512025010330410324
Binary10001100001110101011010000101010100001111000100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114355; }

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

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

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

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

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

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

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

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