#267091

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

Shades of Astral #267091

Tints of Astral #267091

Color information

#267091 (or 0x267091) is unknown color: approx Astral. HEX triplet: 26, 70 and 91. RGB value is (38,112,145). Sum of RGB (Red+Green+Blue) = 38+112+145=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #267091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267091 is #D98F6E. Grayscale: #5D5D5D. Windows color (decimal): -14258031 or 9531430. OLE color: 9531430.

HSL color Cylindrical-coordinate representation of color #267091: hue angle of 198.5º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267091 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB38112145-
CMYK0.740.2300.43
HSL198.5º58.47%35.88%-
HSV(B)198.5º73.79%56.86%-
XYZ11.714.0428.88-
YUV93.64156.9888.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=12.88%
G=37.97%
B=49.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381121450.740.2300.43198.558.4735.88
Hex2670914A1702Bc73a24
Octal46160221112270533077244
Binary100110111000010010001100101010111010101111000111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267091; }

 p { color: rgb(38,112,145); }

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

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

 a { background-color: rgb(38,112,145); }

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

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

 span { border-color: rgb(38,112,145); }

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