#274B8E

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

Shades of Fun Blue #274B8E

Tints of Fun Blue #274B8E

Color information

#274B8E (or 0x274B8E) is unknown color: approx Fun Blue. HEX triplet: 27, 4B and 8E. RGB value is (39,75,142). Sum of RGB (Red+Green+Blue) = 39+75+142=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #274B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274B8E is #D8B471. Grayscale: #474747. Windows color (decimal): -14201970 or 9325351. OLE color: 9325351.

HSL color Cylindrical-coordinate representation of color #274B8E: hue angle of 219.03º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274B8E is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3975142-
CMYK0.730.4700.44
HSL219.03º56.91%35.49%-
HSV(B)219.03º72.54%55.69%-
XYZ8.247.4226.59-
YUV71.87167.57104.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 142 (55.86% from 255) = 55.47%
R=15.23%
G=29.30%
B=55.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39751420.730.4700.44219.0356.9135.49
Hex274B8E492F02Cdb3923
Octal47113216111570543337143
Binary1001111001011100011101001001101111010110011011011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274B8E; }

 p { color: rgb(39,75,142); }

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

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

 a { background-color: rgb(39,75,142); }

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

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

 span { border-color: rgb(39,75,142); }

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