#114362

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

Shades of Astronaut Blue #114362

Tints of Astronaut Blue #114362

Color information

#114362 (or 0x114362) is unknown color: approx Astronaut Blue. HEX triplet: 11, 43 and 62. RGB value is (17,67,98). Sum of RGB (Red+Green+Blue) = 17+67+98=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #114362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114362 is #EEBC9D. Grayscale: #373737. Windows color (decimal): -15645854 or 6439697. OLE color: 6439697.

HSL color Cylindrical-coordinate representation of color #114362: hue angle of 202.96º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114362 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB176798-
CMYK0.830.3200.62
HSL202.96º70.43%22.55%-
HSV(B)202.96º82.65%38.43%-
XYZ4.445.0212.29-
YUV55.58151.94100.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=9.34%
G=36.81%
B=53.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1767980.830.3200.62202.9670.4322.55
Hex114362532003Ecb4617
Octal211031421234007631310627
Binary10001100001111000101010011100000011111011001011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114362; }

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

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

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

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

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

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

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

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