#267293

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

Shades of Astral #267293

Tints of Astral #267293

Color information

#267293 (or 0x267293) is unknown color: approx Astral. HEX triplet: 26, 72 and 93. RGB value is (38,114,147). Sum of RGB (Red+Green+Blue) = 38+114+147=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #267293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267293 is #D98D6C. Grayscale: #5E5E5E. Windows color (decimal): -14257517 or 9663014. OLE color: 9663014.

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

Color convert

RGB38114147-
CMYK0.740.2200.42
HSL198.17º58.92%36.27%-
HSV(B)198.17º74.15%57.65%-
XYZ12.0814.5529.78-
YUV95.04157.3287.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=12.71%
G=38.13%
B=49.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381141470.740.2200.42198.1758.9236.27
Hex2672934A1602Ac63b24
Octal46162223112260523067344
Binary100110111001010010011100101010110010101011000110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267293; }

 p { color: rgb(38,114,147); }

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

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

 a { background-color: rgb(38,114,147); }

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

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

 span { border-color: rgb(38,114,147); }

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