Html Css Color HEX #3D5363 Cello

📋 copy color: '#3D5363'

red 61 ◦ green 83 ◦ blue 99

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

Shades of Cello #3D5363

Tints of Cello #3D5363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

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

R = 25.1%
G = 34.16%
B = 40.74%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3D5363 (or 0x3D5363) is known color: Cello. HEX triplet: 3D, 53 and 63. RGB value is (61,83,99). Sum of RGB (Red+Green+Blue) = 61+83+99=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D5363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5363 is #C2AC9C. Grayscale: #4E4E4E. Windows color (decimal): -12758173 or 6509373. OLE color: 6509373.

HSL color Cylindrical-coordinate representation of color #3D5363: hue angle of 205.26º 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 #3D5363 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 61 83 99 -
CMYK 0.38 0.16 0 0.61
HSL 205.26º 0.24% 0.31% -
HSV(B) 205.26º 0.38% 0.39% -
XYZ 7.27 8.08 12.98 -
YUV 78.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 61 83 99 0.38 0.16 0 0.61 205.26 0.24 0.31
Hex 3D 53 63 26 10 0 3D CD 18 1F
Octal 75 123 143 46 20 0 75 315 30 37
Binary 111101 1010011 1100011 100110 10000 0 111101 11001101 11000 11111

Color Harmonies of #3D5363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5363

Black with #3D5363

Text Example


Text Example

White with #3D5363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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