#267A92

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

Shades of Astral #267A92

Tints of Astral #267A92

Color information

#267A92 (or 0x267A92) is unknown color: approx Astral. HEX triplet: 26, 7A and 92. RGB value is (38,122,146). Sum of RGB (Red+Green+Blue) = 38+122+146=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #267A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267A92 is #D9856D. Grayscale: #636363. Windows color (decimal): -14255470 or 9599526. OLE color: 9599526.

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

Color convert

RGB38122146-
CMYK0.740.1600.43
HSL193.33º58.7%36.08%-
HSV(B)193.33º73.97%57.25%-
XYZ12.9516.4129.68-
YUV99.62154.1784.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=12.42%
G=39.87%
B=47.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381221460.740.1600.43193.3358.736.08
Hex267A924A1002Bc13b24
Octal46172222112200533017344
Binary100110111101010010010100101010000010101111000001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267A92; }

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

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

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

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

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

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

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

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