#267A96

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

Shades of Astral #267A96

Tints of Astral #267A96

Color information

#267A96 (or 0x267A96) is unknown color: approx Astral. HEX triplet: 26, 7A and 96. RGB value is (38,122,150). Sum of RGB (Red+Green+Blue) = 38+122+150=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #267A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267A96 is #D98569. Grayscale: #636363. Windows color (decimal): -14255466 or 9861670. OLE color: 9861670.

HSL color Cylindrical-coordinate representation of color #267A96: hue angle of 195º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #267A96 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38122150-
CMYK0.750.1900.41
HSL195º59.57%36.86%-
HSV(B)195º74.67%58.82%-
XYZ13.2616.5331.35-
YUV100.08156.1783.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.26%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=12.26%
G=39.35%
B=48.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381221500.750.1900.4119559.5736.86
Hex267A964B13029c33c25
Octal46172226113230513037445
Binary100110111101010010110100101110011010100111000011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,122,150); }

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

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

 a { background-color: rgb(38,122,150); }

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

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

 span { border-color: rgb(38,122,150); }

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