#267591

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

Shades of Astral #267591

Tints of Astral #267591

Color information

#267591 (or 0x267591) is unknown color: approx Astral. HEX triplet: 26, 75 and 91. RGB value is (38,117,145). Sum of RGB (Red+Green+Blue) = 38+117+145=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #267591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267591 is #D98A6E. Grayscale: #606060. Windows color (decimal): -14256751 or 9532710. OLE color: 9532710.

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

Color convert

RGB38117145-
CMYK0.740.1900.43
HSL195.7º58.47%35.88%-
HSV(B)195.7º73.79%56.86%-
XYZ12.2715.1829.07-
YUV96.57155.3386.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=12.67%
G=39%
B=48.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381171450.740.1900.43195.758.4735.88
Hex2675914A1302Bc43a24
Octal46165221112230533047244
Binary100110111010110010001100101010011010101111000100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267591; }

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

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

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

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

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

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

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

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