#267093

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

Shades of Astral #267093

Tints of Astral #267093

Color information

#267093 (or 0x267093) is unknown color: approx Astral. HEX triplet: 26, 70 and 93. RGB value is (38,112,147). Sum of RGB (Red+Green+Blue) = 38+112+147=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #267093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267093 is #D98F6C. Grayscale: #5D5D5D. Windows color (decimal): -14258029 or 9662502. OLE color: 9662502.

HSL color Cylindrical-coordinate representation of color #267093: hue angle of 199.27º 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 #267093 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB38112147-
CMYK0.740.2400.42
HSL199.27º58.92%36.27%-
HSV(B)199.27º74.15%57.65%-
XYZ11.8614.1129.7-
YUV93.86157.9888.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=12.79%
G=37.71%
B=49.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381121470.740.2400.42199.2758.9236.27
Hex2670934A1802Ac73b24
Octal46160223112300523077344
Binary100110111000010010011100101011000010101011000111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267093; }

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

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

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

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

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

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

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

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