#267290

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

Shades of Astral #267290

Tints of Astral #267290

Color information

#267290 (or 0x267290) is unknown color: approx Astral. HEX triplet: 26, 72 and 90. RGB value is (38,114,144). Sum of RGB (Red+Green+Blue) = 38+114+144=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #267290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267290 is #D98D6F. Grayscale: #5E5E5E. Windows color (decimal): -14257520 or 9466406. OLE color: 9466406.

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

Color convert

RGB38114144-
CMYK0.740.2100.44
HSL196.98º58.24%35.69%-
HSV(B)196.98º73.61%56.47%-
XYZ11.8514.4628.55-
YUV94.7155.8287.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=12.84%
G=38.51%
B=48.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381141440.740.2100.44196.9858.2435.69
Hex2672904A1502Cc53a24
Octal46162220112250543057244
Binary100110111001010010000100101010101010110011000101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267290; }

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

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

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

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

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

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

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

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