#274B8D

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

Shades of Fun Blue #274B8D

Tints of Fun Blue #274B8D

Color information

#274B8D (or 0x274B8D) is unknown color: approx Fun Blue. HEX triplet: 27, 4B and 8D. RGB value is (39,75,141). Sum of RGB (Red+Green+Blue) = 39+75+141=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #274B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274B8D is #D8B472. Grayscale: #474747. Windows color (decimal): -14201971 or 9259815. OLE color: 9259815.

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

Color convert

RGB3975141-
CMYK0.720.4700.45
HSL218.82º56.67%35.29%-
HSV(B)218.82º72.34%55.29%-
XYZ8.167.3926.19-
YUV71.76167.07104.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 141 (55.47% from 255) = 55.29%
R=15.29%
G=29.41%
B=55.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39751410.720.4700.45218.8256.6735.29
Hex274B8D482F02Ddb3923
Octal47113215110570553337143
Binary1001111001011100011011001000101111010110111011011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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