#314B82

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

Shades of Fun Blue #314B82

Tints of Fun Blue #314B82

Color information

#314B82 (or 0x314B82) is unknown color: approx Fun Blue. HEX triplet: 31, 4B and 82. RGB value is (49,75,130). Sum of RGB (Red+Green+Blue) = 49+75+130=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #314B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314B82 is #CEB47D. Grayscale: #494949. Windows color (decimal): -13546622 or 8538929. OLE color: 8538929.

HSL color Cylindrical-coordinate representation of color #314B82: hue angle of 220.74º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314B82 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4975130-
CMYK0.620.4200.49
HSL220.74º45.25%35.1%-
HSV(B)220.74º62.31%50.98%-
XYZ7.817.322.12-
YUV73.5159.89110.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=19.29%
G=29.53%
B=51.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49751300.620.4200.49220.7445.2535.1
Hex314B823E2A031dd2d23
Octal6111320276520613355543
Binary110001100101110000010111110101010011000111011101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B82; }

 p { color: rgb(49,75,130); }

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

<style>
 a { background-color: #314B82; }

 a { background-color: rgb(49,75,130); }

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

<style>
 span { border-color: #314B82; }

 span { border-color: rgb(49,75,130); }

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