Html Css Color HEX #315163 Cello

📋 copy color: '#315163'

red 49 ◦ green 81 ◦ blue 99

#315163
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #315163

Tints of Cello #315163

RGB

 RED value IS 49 (19.53% from 255) = 21.4%

 GREEN value IS 81 (32.03% from 255) = 35.37%

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 21.4%
G = 35.37%
B = 43.23%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#315163 (or 0x315163) is known color: Cello. HEX triplet: 31, 51 and 63. RGB value is (49,81,99). Sum of RGB (Red+Green+Blue) = 49+81+99=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #315163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315163 is #CEAE9C. Grayscale: #494949. Windows color (decimal): -13545117 or 6508849. OLE color: 6508849.

HSL color Cylindrical-coordinate representation of color #315163: hue angle of 201.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315163 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 81 99 -
CMYK 0.51 0.18 0 0.61
HSL 201.6º 0.34% 0.29% -
HSV(B) 201.6º 0.51% 0.39% -
XYZ 6.46 7.44 12.9 -
YUV 73.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 49 81 99 0.51 0.18 0 0.61 201.6 0.34 0.29
Hex 31 51 63 33 12 0 3D CA 22 1D
Octal 61 121 143 63 22 0 75 312 42 35
Binary 110001 1010001 1100011 110011 10010 0 111101 11001010 100010 11101

Color Harmonies of #315163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315163

Black with #315163

Text Example


Text Example

White with #315163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315163; }

 p { color: rgb(49,81,99); }

 H1.HeaderClassName
 {
   color: #315163;
 }
 .AnyTagClassName
 {
   color: #315163;
 }
</style>

background-color css

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

 a { background-color: rgb(49,81,99); }

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

border-color css

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

 span { border-color: rgb(49,81,99); }

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