#256F92

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

Shades of Astral #256F92

Tints of Astral #256F92

Color information

#256F92 (or 0x256F92) is unknown color: approx Astral. HEX triplet: 25, 6F and 92. RGB value is (37,111,146). Sum of RGB (Red+Green+Blue) = 37+111+146=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #256F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F92 is #DA906D. Grayscale: #5C5C5C. Windows color (decimal): -14323822 or 9596709. OLE color: 9596709.

HSL color Cylindrical-coordinate representation of color #256F92: hue angle of 199.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256F92 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37111146-
CMYK0.750.2400.43
HSL199.27º59.56%35.88%-
HSV(B)199.27º74.66%57.25%-
XYZ11.6413.8429.25-
YUV92.86157.9888.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=12.59%
G=37.76%
B=49.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371111460.750.2400.43199.2759.5635.88
Hex256F924B1802Bc73c24
Octal45157222113300533077444
Binary100101110111110010010100101111000010101111000111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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