#267192

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

Shades of Astral #267192

Tints of Astral #267192

Color information

#267192 (or 0x267192) is unknown color: approx Astral. HEX triplet: 26, 71 and 92. RGB value is (38,113,146). Sum of RGB (Red+Green+Blue) = 38+113+146=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #267192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267192 is #D98E6D. Grayscale: #5E5E5E. Windows color (decimal): -14257774 or 9597222. OLE color: 9597222.

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

Color convert

RGB38113146-
CMYK0.740.2300.43
HSL198.33º58.7%36.08%-
HSV(B)198.33º73.97%57.25%-
XYZ11.8914.329.33-
YUV94.34157.1587.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=12.79%
G=38.05%
B=49.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381131460.740.2300.43198.3358.736.08
Hex2671924A1702Bc63b24
Octal46161222112270533067344
Binary100110111000110010010100101010111010101111000110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267192; }

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

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

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

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

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

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

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

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