#274674

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

Shades of Fun Blue #274674

Tints of Fun Blue #274674

Color information

#274674 (or 0x274674) is unknown color: approx Fun Blue. HEX triplet: 27, 46 and 74. RGB value is (39,70,116). Sum of RGB (Red+Green+Blue) = 39+70+116=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #274674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274674 is #D8B98B. Grayscale: #414141. Windows color (decimal): -14203276 or 7620135. OLE color: 7620135.

HSL color Cylindrical-coordinate representation of color #274674: hue angle of 215.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274674 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3970116-
CMYK0.660.4000.55
HSL215.84º49.68%30.39%-
HSV(B)215.84º66.38%45.49%-
XYZ6.186.0717.37-
YUV65.97156.23108.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=17.33%
G=31.11%
B=51.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39701160.660.4000.55215.8449.6830.39
Hex2746744228037d8321e
Octal47106164102500673306236
Binary10011110001101110100100001010100001101111101100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274674; }

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

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

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

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

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

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

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

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