#274482

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

Shades of Fun Blue #274482

Tints of Fun Blue #274482

Color information

#274482 (or 0x274482) is unknown color: approx Fun Blue. HEX triplet: 27, 44 and 82. RGB value is (39,68,130). Sum of RGB (Red+Green+Blue) = 39+68+130=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #274482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274482 is #D8BB7D. Grayscale: #424242. Windows color (decimal): -14203774 or 8537127. OLE color: 8537127.

HSL color Cylindrical-coordinate representation of color #274482: hue angle of 220.88º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #274482 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3968130-
CMYK0.700.4800.49
HSL220.88º53.85%33.14%-
HSV(B)220.88º70%50.98%-
XYZ6.936.1821.95-
YUV66.4163.89108.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=16.46%
G=28.69%
B=54.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39681300.700.4800.49220.8853.8533.14
Hex2744824630031dd3621
Octal47104202106600613356641
Binary1001111000100100000101000110110000011000111011101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274482; }

 p { color: rgb(39,68,130); }

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

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

 a { background-color: rgb(39,68,130); }

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

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

 span { border-color: rgb(39,68,130); }

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