#267B8E

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

Shades of Astral #267B8E

Tints of Astral #267B8E

Color information

#267B8E (or 0x267B8E) is unknown color: approx Astral. HEX triplet: 26, 7B and 8E. RGB value is (38,123,142). Sum of RGB (Red+Green+Blue) = 38+123+142=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #267B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B8E is #D98471. Grayscale: #636363. Windows color (decimal): -14255218 or 9337638. OLE color: 9337638.

HSL color Cylindrical-coordinate representation of color #267B8E: hue angle of 190.96º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #267B8E is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38123142-
CMYK0.730.1300.44
HSL190.96º57.78%35.29%-
HSV(B)190.96º73.24%55.69%-
XYZ12.7616.5328.11-
YUV99.75151.8483.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=12.54%
G=40.59%
B=46.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381231420.730.1300.44190.9657.7835.29
Hex267B8E49D02Cbf3a23
Octal46173216111150542777243
Binary10011011110111000111010010011101010110010111111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267B8E; }

 p { color: rgb(38,123,142); }

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

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

 a { background-color: rgb(38,123,142); }

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

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

 span { border-color: rgb(38,123,142); }

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