#315265

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

Shades of Cello #315265

Tints of Cello #315265

Color information

#315265 (or 0x315265) is unknown color: approx Cello. HEX triplet: 31, 52 and 65. RGB value is (49,82,101). Sum of RGB (Red+Green+Blue) = 49+82+101=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #315265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315265 is #CEAD9A. Grayscale: #4A4A4A. Windows color (decimal): -13544859 or 6640177. OLE color: 6640177.

HSL color Cylindrical-coordinate representation of color #315265: hue angle of 201.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315265 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4982101-
CMYK0.510.1900.60
HSL201.92º34.67%29.41%-
HSV(B)201.92º51.49%39.61%-
XYZ6.637.6313.43-
YUV74.3143.07109.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=21.12%
G=35.34%
B=43.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49821010.510.1900.60201.9234.6729.41
Hex315265331303Cca231d
Octal6112214563230743124335
Binary110001101001011001011100111001101111001100101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315265; }

 p { color: rgb(49,82,101); }

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

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

 a { background-color: rgb(49,82,101); }

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

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

 span { border-color: rgb(49,82,101); }

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