#254B56

Color #254B56 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #254B56

Tints of Teal Blue #254B56

Color information

#254B56 (or 0x254B56) is unknown color: approx Teal Blue. HEX triplet: 25, 4B and 56. RGB value is (37,75,86). Sum of RGB (Red+Green+Blue) = 37+75+86=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #254B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B56 is #DAB4A9. Grayscale: #404040. Windows color (decimal): -14333098 or 5655333. OLE color: 5655333.

HSL color Cylindrical-coordinate representation of color #254B56: hue angle of 193.47º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254B56 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB377586-
CMYK0.570.1300.66
HSL193.47º39.84%24.12%-
HSV(B)193.47º56.98%33.73%-
XYZ4.966.19.72-
YUV64.89139.91108.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=18.69%
G=37.88%
B=43.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3775860.570.1300.66193.4739.8424.12
Hex254B5639D042c12818
Octal45113126711501023015030
Binary100101100101110101101110011101010000101100000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254B56; }

 p { color: rgb(37,75,86); }

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

<style>
 a { background-color: #254B56; }

 a { background-color: rgb(37,75,86); }

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

<style>
 span { border-color: #254B56; }

 span { border-color: rgb(37,75,86); }

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