#26445A

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

Shades of Astronaut Blue #26445A

Tints of Astronaut Blue #26445A

Color information

#26445A (or 0x26445A) is unknown color: approx Astronaut Blue. HEX triplet: 26, 44 and 5A. RGB value is (38,68,90). Sum of RGB (Red+Green+Blue) = 38+68+90=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #26445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26445A is #D9BBA5. Grayscale: #3D3D3D. Windows color (decimal): -14269350 or 5915686. OLE color: 5915686.

HSL color Cylindrical-coordinate representation of color #26445A: hue angle of 205.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26445A is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB386890-
CMYK0.580.2400.65
HSL205.38º40.62%25.1%-
HSV(B)205.38º57.78%35.29%-
XYZ4.715.2810.44-
YUV61.54144.06111.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=19.39%
G=34.69%
B=45.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3868900.580.2400.65205.3840.6225.1
Hex26445A3A18041cd2919
Octal46104132723001013155131
Binary1001101000100101101011101011000010000011100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26445A; }

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

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

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

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

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

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

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

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