#314B68

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

Shades of Cello #314B68

Tints of Cello #314B68

Color information

#314B68 (or 0x314B68) is unknown color: approx Cello. HEX triplet: 31, 4B and 68. RGB value is (49,75,104). Sum of RGB (Red+Green+Blue) = 49+75+104=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #314B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B68 is #CEB497. Grayscale: #464646. Windows color (decimal): -13546648 or 6834993. OLE color: 6834993.

HSL color Cylindrical-coordinate representation of color #314B68: hue angle of 211.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314B68 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4975104-
CMYK0.530.2800.59
HSL211.64º35.95%30%-
HSV(B)211.64º52.88%40.78%-
XYZ6.286.6814.06-
YUV70.53146.89112.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=21.49%
G=32.89%
B=45.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49751040.530.2800.59211.6435.9530
Hex314B68351C03Bd4241e
Octal6111315065340733244436
Binary110001100101111010001101011110001110111101010010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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