#267090

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

Shades of Astral #267090

Tints of Astral #267090

Color information

#267090 (or 0x267090) is unknown color: approx Astral. HEX triplet: 26, 70 and 90. RGB value is (38,112,144). Sum of RGB (Red+Green+Blue) = 38+112+144=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #267090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267090 is #D98F6F. Grayscale: #5D5D5D. Windows color (decimal): -14258032 or 9465894. OLE color: 9465894.

HSL color Cylindrical-coordinate representation of color #267090: hue angle of 198.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267090 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38112144-
CMYK0.740.2200.44
HSL198.11º58.24%35.69%-
HSV(B)198.11º73.61%56.47%-
XYZ11.6314.0128.48-
YUV93.52156.4888.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=12.93%
G=38.10%
B=48.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381121440.740.2200.44198.1158.2435.69
Hex2670904A1602Cc63a24
Octal46160220112260543067244
Binary100110111000010010000100101010110010110011000110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267090; }

 p { color: rgb(38,112,144); }

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

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

 a { background-color: rgb(38,112,144); }

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

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

 span { border-color: rgb(38,112,144); }

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