Html Css Color HEX #3D5163 Cello

📋 copy color: '#3D5163'

red 61 ◦ green 81 ◦ blue 99

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

Shades of Cello #3D5163

Tints of Cello #3D5163

RGB

 RED value IS 61 (24.22% from 255) = 25.31%

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

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

R = 25.31%
G = 33.61%
B = 41.08%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3D5163 (or 0x3D5163) is known color: Cello. HEX triplet: 3D, 51 and 63. RGB value is (61,81,99). Sum of RGB (Red+Green+Blue) = 61+81+99=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5163 is #C2AE9C. Grayscale: #4C4C4C. Windows color (decimal): -12758685 or 6508861. OLE color: 6508861.

HSL color Cylindrical-coordinate representation of color #3D5163: hue angle of 208.42º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D5163 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 61 81 99 -
CMYK 0.38 0.18 0 0.61
HSL 208.42º 0.24% 0.31% -
HSV(B) 208.42º 0.38% 0.39% -
XYZ 7.12 7.78 12.93 -
YUV 77.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 61 81 99 0.38 0.18 0 0.61 208.42 0.24 0.31
Hex 3D 51 63 26 12 0 3D D0 18 1F
Octal 75 121 143 46 22 0 75 320 30 37
Binary 111101 1010001 1100011 100110 10010 0 111101 11010000 11000 11111

Color Harmonies of #3D5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5163

Black with #3D5163

Text Example


Text Example

White with #3D5163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D5163; }

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

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

background-color css

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

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

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

border-color css

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

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

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