#267493

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

Shades of Astral #267493

Tints of Astral #267493

Color information

#267493 (or 0x267493) is unknown color: approx Astral. HEX triplet: 26, 74 and 93. RGB value is (38,116,147). Sum of RGB (Red+Green+Blue) = 38+116+147=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #267493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267493 is #D98B6C. Grayscale: #606060. Windows color (decimal): -14257005 or 9663526. OLE color: 9663526.

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

Color convert

RGB38116147-
CMYK0.740.2100.42
HSL197.06º58.92%36.27%-
HSV(B)197.06º74.15%57.65%-
XYZ12.3115.0129.85-
YUV96.21156.6686.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=12.62%
G=38.54%
B=48.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381161470.740.2100.42197.0658.9236.27
Hex2674934A1502Ac53b24
Octal46164223112250523057344
Binary100110111010010010011100101010101010101011000101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267493; }

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

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

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

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

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

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

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

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