#274652

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

Shades of Teal Blue #274652

Tints of Teal Blue #274652

Color information

#274652 (or 0x274652) is unknown color: approx Teal Blue. HEX triplet: 27, 46 and 52. RGB value is (39,70,82). Sum of RGB (Red+Green+Blue) = 39+70+82=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #274652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274652 is #D8B9AD. Grayscale: #3E3E3E. Windows color (decimal): -14203310 or 5391911. OLE color: 5391911.

HSL color Cylindrical-coordinate representation of color #274652: hue angle of 196.74º 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 #274652 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB397082-
CMYK0.520.1500.68
HSL196.74º35.54%23.73%-
HSV(B)196.74º52.44%32.16%-
XYZ4.555.428.79-
YUV62.1139.23111.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=20.42%
G=36.65%
B=42.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3970820.520.1500.68196.7435.5423.73
Hex27465234F044c52418
Octal47106122641701043054430
Binary100111100011010100101101001111010001001100010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274652; }

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

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

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

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

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

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

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

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