#274552

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

Shades of Teal Blue #274552

Tints of Teal Blue #274552

Color information

#274552 (or 0x274552) is unknown color: approx Teal Blue. HEX triplet: 27, 45 and 52. RGB value is (39,69,82). Sum of RGB (Red+Green+Blue) = 39+69+82=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #274552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274552 is #D8BAAD. Grayscale: #3D3D3D. Windows color (decimal): -14203566 or 5391655. OLE color: 5391655.

HSL color Cylindrical-coordinate representation of color #274552: hue angle of 198.14º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #274552 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB396982-
CMYK0.520.1600.68
HSL198.14º35.54%23.73%-
HSV(B)198.14º52.44%32.16%-
XYZ4.495.38.77-
YUV61.51139.56111.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=20.53%
G=36.32%
B=43.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3969820.520.1600.68198.1435.5423.73
Hex2745523410044c62418
Octal47105122642001043064430
Binary1001111000101101001011010010000010001001100011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274552; }

 p { color: rgb(39,69,82); }

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

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

 a { background-color: rgb(39,69,82); }

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

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

 span { border-color: rgb(39,69,82); }

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