#274D8A

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

Shades of Fun Blue #274D8A

Tints of Fun Blue #274D8A

Color information

#274D8A (or 0x274D8A) is unknown color: approx Fun Blue. HEX triplet: 27, 4D and 8A. RGB value is (39,77,138). Sum of RGB (Red+Green+Blue) = 39+77+138=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #274D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D8A is #D8B275. Grayscale: #484848. Windows color (decimal): -14201462 or 9063719. OLE color: 9063719.

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

Color convert

RGB3977138-
CMYK0.720.4400.46
HSL216.97º55.93%34.71%-
HSV(B)216.97º71.74%54.12%-
XYZ8.087.5725.08-
YUV72.59164.91104.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=15.35%
G=30.31%
B=54.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39771380.720.4400.46216.9755.9334.71
Hex274D8A482C02Ed93823
Octal47115212110540563317043
Binary1001111001101100010101001000101100010111011011001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,77,138); }

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

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

 a { background-color: rgb(39,77,138); }

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

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

 span { border-color: rgb(39,77,138); }

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