#274B80

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

Shades of Fun Blue #274B80

Tints of Fun Blue #274B80

Color information

#274B80 (or 0x274B80) is unknown color: approx Fun Blue. HEX triplet: 27, 4B and 80. RGB value is (39,75,128). Sum of RGB (Red+Green+Blue) = 39+75+128=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #274B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274B80 is #D8B47F. Grayscale: #464646. Windows color (decimal): -14201984 or 8407847. OLE color: 8407847.

HSL color Cylindrical-coordinate representation of color #274B80: hue angle of 215.73º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #274B80 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3975128-
CMYK0.700.4100.50
HSL215.73º53.29%32.75%-
HSV(B)215.73º69.53%50.2%-
XYZ7.257.0221.4-
YUV70.28160.57105.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=16.12%
G=30.99%
B=52.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39751280.700.4100.50215.7353.2932.75
Hex274B804629032d83521
Octal47113200106510623306541
Binary1001111001011100000001000110101001011001011011000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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