#267390

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

Shades of Astral #267390

Tints of Astral #267390

Color information

#267390 (or 0x267390) is unknown color: approx Astral. HEX triplet: 26, 73 and 90. RGB value is (38,115,144). Sum of RGB (Red+Green+Blue) = 38+115+144=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #267390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267390 is #D98C6F. Grayscale: #5F5F5F. Windows color (decimal): -14257264 or 9466662. OLE color: 9466662.

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

Color convert

RGB38115144-
CMYK0.740.2000.44
HSL196.42º58.24%35.69%-
HSV(B)196.42º73.61%56.47%-
XYZ11.9614.6928.59-
YUV95.28155.4987.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=12.79%
G=38.72%
B=48.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381151440.740.2000.44196.4258.2435.69
Hex2673904A1402Cc43a24
Octal46163220112240543047244
Binary100110111001110010000100101010100010110011000100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267390; }

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

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

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

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

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

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

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

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