#264455

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

Shades of Astronaut Blue #264455

Tints of Astronaut Blue #264455

Color information

#264455 (or 0x264455) is unknown color: approx Astronaut Blue. HEX triplet: 26, 44 and 55. RGB value is (38,68,85). Sum of RGB (Red+Green+Blue) = 38+68+85=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #264455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264455 is #D9BBAA. Grayscale: #3C3C3C. Windows color (decimal): -14269355 or 5588006. OLE color: 5588006.

HSL color Cylindrical-coordinate representation of color #264455: hue angle of 201.7º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264455 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB386885-
CMYK0.550.2000.67
HSL201.7º38.21%24.12%-
HSV(B)201.7º55.29%33.33%-
XYZ4.515.29.36-
YUV60.97141.56111.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=19.90%
G=35.60%
B=44.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3868850.550.2000.67201.738.2124.12
Hex2644553714043ca2618
Octal46104125672401033124630
Binary1001101000100101010111011110100010000111100101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264455; }

 p { color: rgb(38,68,85); }

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

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

 a { background-color: rgb(38,68,85); }

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

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

 span { border-color: rgb(38,68,85); }

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