#274a7b

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

Shades of Fun Blue #274A7B

Tints of Fun Blue #274A7B

Color information

#274A7B (or 0x274A7B) is unknown color: approx Fun Blue. HEX triplet: 27, 4A and 7B. RGB value is (39,74,123). Sum of RGB (Red+Green+Blue) = 39+74+123=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #274A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A7B is #D8B584. Grayscale: #444444. Windows color (decimal): -14202245 or 8079911. OLE color: 8079911.

HSL color Cylindrical-coordinate representation of color #274A7B: hue angle of 215º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #274A7B is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3974123-
CMYK0.680.4000.52
HSL215º51.85%31.76%-
HSV(B)215º68.29%48.24%-
XYZ6.866.7619.68-
YUV69.12158.4106.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.53%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=16.53%
G=31.36%
B=52.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39741230.680.4000.5221551.8531.76
Hex274A7B4428034d73420
Octal47112173104500643276440
Binary100111100101011110111000100101000011010011010111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274a7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,74,123); }

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

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

 a { background-color: rgb(39,74,123); }

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

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

 span { border-color: rgb(39,74,123); }

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