#256D92

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

Shades of Astral #256D92

Tints of Astral #256D92

Color information

#256D92 (or 0x256D92) is unknown color: approx Astral. HEX triplet: 25, 6D and 92. RGB value is (37,109,146). Sum of RGB (Red+Green+Blue) = 37+109+146=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #256D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D92 is #DA926D. Grayscale: #5B5B5B. Windows color (decimal): -14324334 or 9596197. OLE color: 9596197.

HSL color Cylindrical-coordinate representation of color #256D92: hue angle of 200.37º 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 #256D92 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37109146-
CMYK0.750.2500.43
HSL200.37º59.56%35.88%-
HSV(B)200.37º74.66%57.25%-
XYZ11.4213.4129.18-
YUV91.69158.6588.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 146 (57.42% from 255) = 50%
R=12.67%
G=37.33%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371091460.750.2500.43200.3759.5635.88
Hex256D924B1902Bc83c24
Octal45155222113310533107444
Binary100101110110110010010100101111001010101111001000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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