#274484

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

Shades of Fun Blue #274484

Tints of Fun Blue #274484

Color information

#274484 (or 0x274484) is unknown color: approx Fun Blue. HEX triplet: 27, 44 and 84. RGB value is (39,68,132). Sum of RGB (Red+Green+Blue) = 39+68+132=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #274484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274484 is #D8BB7B. Grayscale: #424242. Windows color (decimal): -14203772 or 8668199. OLE color: 8668199.

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

Color convert

RGB3968132-
CMYK0.700.4800.48
HSL221.29º54.39%33.53%-
HSV(B)221.29º70.45%51.76%-
XYZ7.076.2322.66-
YUV66.62164.89108.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=16.32%
G=28.45%
B=55.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39681320.700.4800.48221.2954.3933.53
Hex2744844630030dd3622
Octal47104204106600603356642
Binary1001111000100100001001000110110000011000011011101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274484; }

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

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

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

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

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

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

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

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