#274B51

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

Shades of Teal Blue #274B51

Tints of Teal Blue #274B51

Color information

#274B51 (or 0x274B51) is unknown color: approx Teal Blue. HEX triplet: 27, 4B and 51. RGB value is (39,75,81). Sum of RGB (Red+Green+Blue) = 39+75+81=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #274B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B51 is #D8B4AE. Grayscale: #404040. Windows color (decimal): -14202031 or 5327655. OLE color: 5327655.

HSL color Cylindrical-coordinate representation of color #274B51: hue angle of 188.57º degrees, saturation: 0.35, 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 #274B51 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB397581-
CMYK0.520.0700.68
HSL188.57º35%23.53%-
HSV(B)188.57º51.85%31.76%-
XYZ4.846.068.7-
YUV64.92137.07109.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=20%
G=38.46%
B=41.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3975810.520.0700.68188.573523.53
Hex274B51347044bd2318
Octal4711312164701042754330
Binary10011110010111010001110100111010001001011110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274B51; }

 p { color: rgb(39,75,81); }

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

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

 a { background-color: rgb(39,75,81); }

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

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

 span { border-color: rgb(39,75,81); }

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