#224B56

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

Shades of Teal Blue #224B56

Tints of Teal Blue #224B56

Color information

#224B56 (or 0x224B56) is unknown color: approx Teal Blue. HEX triplet: 22, 4B and 56. RGB value is (34,75,86). Sum of RGB (Red+Green+Blue) = 34+75+86=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #224B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B56 is #DDB4A9. Grayscale: #3F3F3F. Windows color (decimal): -14529706 or 5655330. OLE color: 5655330.

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

Color convert

RGB347586-
CMYK0.600.1300.66
HSL192.69º43.33%23.53%-
HSV(B)192.69º60.47%33.73%-
XYZ4.866.049.71-
YUV64140.42106.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=17.44%
G=38.46%
B=44.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3475860.600.1300.66192.6943.3323.53
Hex224B563CD042c12b18
Octal42113126741501023015330
Binary100010100101110101101111001101010000101100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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