#274682

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

Shades of Fun Blue #274682

Tints of Fun Blue #274682

Color information

#274682 (or 0x274682) is unknown color: approx Fun Blue. HEX triplet: 27, 46 and 82. RGB value is (39,70,130). Sum of RGB (Red+Green+Blue) = 39+70+130=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #274682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274682 is #D8B97D. Grayscale: #434343. Windows color (decimal): -14203262 or 8537639. OLE color: 8537639.

HSL color Cylindrical-coordinate representation of color #274682: hue angle of 219.56º 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 #274682 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3970130-
CMYK0.700.4600.49
HSL219.56º53.85%33.14%-
HSV(B)219.56º70%50.98%-
XYZ7.066.4221.99-
YUV67.57163.23107.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=16.32%
G=29.29%
B=54.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39701300.700.4600.49219.5653.8533.14
Hex274682462E031dc3621
Octal47106202106560613346641
Binary1001111000110100000101000110101110011000111011100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274682; }

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

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

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

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

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

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

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

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