#314C7A

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

Shades of Fun Blue #314C7A

Tints of Fun Blue #314C7A

Color information

#314C7A (or 0x314C7A) is unknown color: approx Fun Blue. HEX triplet: 31, 4C and 7A. RGB value is (49,76,122). Sum of RGB (Red+Green+Blue) = 49+76+122=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #314C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C7A is #CEB385. Grayscale: #484848. Windows color (decimal): -13546374 or 8014897. OLE color: 8014897.

HSL color Cylindrical-coordinate representation of color #314C7A: hue angle of 217.81º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314C7A is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4976122-
CMYK0.600.3800.52
HSL217.81º42.69%33.53%-
HSV(B)217.81º59.84%47.84%-
XYZ7.367.2319.42-
YUV73.17155.55110.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=19.84%
G=30.77%
B=49.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49761220.600.3800.52217.8142.6933.53
Hex314C7A3C26034da2b22
Octal6111417274460643325342
Binary11000110011001111010111100100110011010011011010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,76,122); }

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

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

 a { background-color: rgb(49,76,122); }

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

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

 span { border-color: rgb(49,76,122); }

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