#267892

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

Shades of Astral #267892

Tints of Astral #267892

Color information

#267892 (or 0x267892) is unknown color: approx Astral. HEX triplet: 26, 78 and 92. RGB value is (38,120,146). Sum of RGB (Red+Green+Blue) = 38+120+146=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #267892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267892 is #D9876D. Grayscale: #626262. Windows color (decimal): -14255982 or 9599014. OLE color: 9599014.

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

Color convert

RGB38120146-
CMYK0.740.1800.43
HSL194.44º58.7%36.08%-
HSV(B)194.44º73.97%57.25%-
XYZ12.715.9229.6-
YUV98.45154.8384.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.5%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=12.5%
G=39.47%
B=48.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381201460.740.1800.43194.4458.736.08
Hex2678924A1202Bc23b24
Octal46170222112220533027344
Binary100110111100010010010100101010010010101111000010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267892; }

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

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

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

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

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

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

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

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