#274586

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

Shades of Fun Blue #274586

Tints of Fun Blue #274586

Color information

#274586 (or 0x274586) is unknown color: approx Fun Blue. HEX triplet: 27, 45 and 86. RGB value is (39,69,134). Sum of RGB (Red+Green+Blue) = 39+69+134=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #274586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274586 is #D8BA79. Grayscale: #434343. Windows color (decimal): -14203514 or 8799527. OLE color: 8799527.

HSL color Cylindrical-coordinate representation of color #274586: hue angle of 221.05º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #274586 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3969134-
CMYK0.710.4900.47
HSL221.05º54.91%33.92%-
HSV(B)221.05º70.9%52.55%-
XYZ7.276.4123.41-
YUV67.44165.56107.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=16.12%
G=28.51%
B=55.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39691340.710.4900.47221.0554.9133.92
Hex274586473102Fdd3722
Octal47105206107610573356742
Binary1001111000101100001101000111110001010111111011101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274586; }

 p { color: rgb(39,69,134); }

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

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

 a { background-color: rgb(39,69,134); }

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

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

 span { border-color: rgb(39,69,134); }

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