#266F92

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

Shades of Astral #266F92

Tints of Astral #266F92

Color information

#266F92 (or 0x266F92) is unknown color: approx Astral. HEX triplet: 26, 6F and 92. RGB value is (38,111,146). Sum of RGB (Red+Green+Blue) = 38+111+146=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #266F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266F92 is #D9906D. Grayscale: #5C5C5C. Windows color (decimal): -14258286 or 9596710. OLE color: 9596710.

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

Color convert

RGB38111146-
CMYK0.740.2400.43
HSL199.44º58.7%36.08%-
HSV(B)199.44º73.97%57.25%-
XYZ11.6713.8629.25-
YUV93.16157.8288.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=12.88%
G=37.63%
B=49.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381111460.740.2400.43199.4458.736.08
Hex266F924A1802Bc73b24
Octal46157222112300533077344
Binary100110110111110010010100101011000010101111000111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F92; }

 p { color: rgb(38,111,146); }

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

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

 a { background-color: rgb(38,111,146); }

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

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

 span { border-color: rgb(38,111,146); }

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