#264558

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

Shades of Astronaut Blue #264558

Tints of Astronaut Blue #264558

Color information

#264558 (or 0x264558) is unknown color: approx Astronaut Blue. HEX triplet: 26, 45 and 58. RGB value is (38,69,88). Sum of RGB (Red+Green+Blue) = 38+69+88=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #264558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264558 is #D9BAA7. Grayscale: #3D3D3D. Windows color (decimal): -14269096 or 5784870. OLE color: 5784870.

HSL color Cylindrical-coordinate representation of color #264558: hue angle of 202.8º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264558 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB386988-
CMYK0.570.2200.65
HSL202.8º39.68%24.71%-
HSV(B)202.8º56.82%34.51%-
XYZ4.695.3710.02-
YUV61.9142.73110.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=19.49%
G=35.38%
B=45.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3869880.570.2200.65202.839.6824.71
Hex2645583916041cb2819
Octal46105130712601013135031
Binary1001101000101101100011100110110010000011100101110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264558; }

 p { color: rgb(38,69,88); }

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

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

 a { background-color: rgb(38,69,88); }

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

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

 span { border-color: rgb(38,69,88); }

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