#264758

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

Shades of Astronaut Blue #264758

Tints of Astronaut Blue #264758

Color information

#264758 (or 0x264758) is unknown color: approx Astronaut Blue. HEX triplet: 26, 47 and 58. RGB value is (38,71,88). Sum of RGB (Red+Green+Blue) = 38+71+88=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #264758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264758 is #D9B8A7. Grayscale: #3E3E3E. Windows color (decimal): -14268584 or 5785382. OLE color: 5785382.

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

Color convert

RGB387188-
CMYK0.570.1900.65
HSL200.4º39.68%24.71%-
HSV(B)200.4º56.82%34.51%-
XYZ4.815.6210.06-
YUV63.07142.07110.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=19.29%
G=36.04%
B=44.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3871880.570.1900.65200.439.6824.71
Hex2647583913041c82819
Octal46107130712301013105031
Binary1001101000111101100011100110011010000011100100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264758; }

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

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

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

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

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

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

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

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