#256D7A

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

Shades of Allports #256D7A

Tints of Allports #256D7A

Color information

#256D7A (or 0x256D7A) is unknown color: approx Allports. HEX triplet: 25, 6D and 7A. RGB value is (37,109,122). Sum of RGB (Red+Green+Blue) = 37+109+122=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #256D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D7A is #DA9285. Grayscale: #585858. Windows color (decimal): -14324358 or 8023333. OLE color: 8023333.

HSL color Cylindrical-coordinate representation of color #256D7A: hue angle of 189.18º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #256D7A is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB37109122-
CMYK0.700.1100.52
HSL189.18º53.46%31.18%-
HSV(B)189.18º69.67%47.84%-
XYZ9.7412.7420.36-
YUV88.95146.6590.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.81%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=13.81%
G=40.67%
B=45.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371091220.700.1100.52189.1853.4631.18
Hex256D7A46B034bd351f
Octal45155172106130642756537
Binary100101110110111110101000110101101101001011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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