#274B8F

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

Shades of Fun Blue #274B8F

Tints of Fun Blue #274B8F

Color information

#274B8F (or 0x274B8F) is unknown color: approx Fun Blue. HEX triplet: 27, 4B and 8F. RGB value is (39,75,143). Sum of RGB (Red+Green+Blue) = 39+75+143=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #274B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274B8F is #D8B470. Grayscale: #474747. Windows color (decimal): -14201969 or 9390887. OLE color: 9390887.

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

Color convert

RGB3975143-
CMYK0.730.4800.44
HSL219.23º57.14%35.69%-
HSV(B)219.23º72.73%56.08%-
XYZ8.317.4526.99-
YUV71.99168.07104.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 143 (56.25% from 255) = 55.64%
R=15.18%
G=29.18%
B=55.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39751430.730.4800.44219.2357.1435.69
Hex274B8F493002Cdb3924
Octal47113217111600543337144
Binary1001111001011100011111001001110000010110011011011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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