#267491

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

Shades of Astral #267491

Tints of Astral #267491

Color information

#267491 (or 0x267491) is unknown color: approx Astral. HEX triplet: 26, 74 and 91. RGB value is (38,116,145). Sum of RGB (Red+Green+Blue) = 38+116+145=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #267491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267491 is #D98B6E. Grayscale: #5F5F5F. Windows color (decimal): -14257007 or 9532454. OLE color: 9532454.

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

Color convert

RGB38116145-
CMYK0.740.200.43
HSL196.26º58.47%35.88%-
HSV(B)196.26º73.79%56.86%-
XYZ12.1614.9529.03-
YUV95.98155.6686.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=12.71%
G=38.80%
B=48.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381161450.740.200.43196.2658.4735.88
Hex2674914A1402Bc43a24
Octal46164221112240533047244
Binary100110111010010010001100101010100010101111000100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267491; }

 p { color: rgb(38,116,145); }

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

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

 a { background-color: rgb(38,116,145); }

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

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

 span { border-color: rgb(38,116,145); }

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