#274D8B

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

Shades of Fun Blue #274D8B

Tints of Fun Blue #274D8B

Color information

#274D8B (or 0x274D8B) is unknown color: approx Fun Blue. HEX triplet: 27, 4D and 8B. RGB value is (39,77,139). Sum of RGB (Red+Green+Blue) = 39+77+139=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #274D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D8B is #D8B274. Grayscale: #484848. Windows color (decimal): -14201461 or 9129255. OLE color: 9129255.

HSL color Cylindrical-coordinate representation of color #274D8B: hue angle of 217.2º degrees, saturation: 0.56, 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 #274D8B is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3977139-
CMYK0.720.4500.45
HSL217.2º56.18%34.9%-
HSV(B)217.2º71.94%54.51%-
XYZ8.157.625.46-
YUV72.71165.41103.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=15.29%
G=30.20%
B=54.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39771390.720.4500.45217.256.1834.9
Hex274D8B482D02Dd93823
Octal47115213110550553317043
Binary1001111001101100010111001000101101010110111011001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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