#264357

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

Shades of Astronaut Blue #264357

Tints of Astronaut Blue #264357

Color information

#264357 (or 0x264357) is unknown color: approx Astronaut Blue. HEX triplet: 26, 43 and 57. RGB value is (38,67,87). Sum of RGB (Red+Green+Blue) = 38+67+87=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #264357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264357 is #D9BCA8. Grayscale: #3C3C3C. Windows color (decimal): -14269609 or 5718822. OLE color: 5718822.

HSL color Cylindrical-coordinate representation of color #264357: hue angle of 204.49º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #264357 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB386787-
CMYK0.560.2300.66
HSL204.49º39.2%24.51%-
HSV(B)204.49º56.32%34.12%-
XYZ4.535.119.77-
YUV60.61142.89111.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=19.79%
G=34.90%
B=45.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3867870.560.2300.66204.4939.224.51
Hex2643573817042cc2719
Octal46103127702701023144731
Binary1001101000011101011111100010111010000101100110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264357; }

 p { color: rgb(38,67,87); }

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

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

 a { background-color: rgb(38,67,87); }

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

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

 span { border-color: rgb(38,67,87); }

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