#267392

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

Shades of Astral #267392

Tints of Astral #267392

Color information

#267392 (or 0x267392) is unknown color: approx Astral. HEX triplet: 26, 73 and 92. RGB value is (38,115,146). Sum of RGB (Red+Green+Blue) = 38+115+146=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #267392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267392 is #D98C6D. Grayscale: #5F5F5F. Windows color (decimal): -14257262 or 9597734. OLE color: 9597734.

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

Color convert

RGB38115146-
CMYK0.740.2100.43
HSL197.22º58.7%36.08%-
HSV(B)197.22º73.97%57.25%-
XYZ12.1214.7529.4-
YUV95.51156.4986.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=12.71%
G=38.46%
B=48.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381151460.740.2100.43197.2258.736.08
Hex2673924A1502Bc53b24
Octal46163222112250533057344
Binary100110111001110010010100101010101010101111000101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267392; }

 p { color: rgb(38,115,146); }

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

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

 a { background-color: rgb(38,115,146); }

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

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

 span { border-color: rgb(38,115,146); }

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