#264658

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

Shades of Astronaut Blue #264658

Tints of Astronaut Blue #264658

Color information

#264658 (or 0x264658) is unknown color: approx Astronaut Blue. HEX triplet: 26, 46 and 58. RGB value is (38,70,88). Sum of RGB (Red+Green+Blue) = 38+70+88=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #264658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264658 is #D9B9A7. Grayscale: #3E3E3E. Windows color (decimal): -14268840 or 5785126. OLE color: 5785126.

HSL color Cylindrical-coordinate representation of color #264658: hue angle of 201.6º 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 #264658 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB387088-
CMYK0.570.2000.65
HSL201.6º39.68%24.71%-
HSV(B)201.6º56.82%34.51%-
XYZ4.755.510.04-
YUV62.48142.4110.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=19.39%
G=35.71%
B=44.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3870880.570.2000.65201.639.6824.71
Hex2646583914041ca2819
Octal46106130712401013125031
Binary1001101000110101100011100110100010000011100101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264658; }

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

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

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

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

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

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

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

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