Html Css Color HEX #3D5062 Cello

📋 copy color: '#3D5062'

red 61 ◦ green 80 ◦ blue 98

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

Shades of Cello #3D5062

Tints of Cello #3D5062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 25.52%
G = 33.47%
B = 41%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3D5062 (or 0x3D5062) is known color: Cello. HEX triplet: 3D, 50 and 62. RGB value is (61,80,98). Sum of RGB (Red+Green+Blue) = 61+80+98=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D5062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5062 is #C2AF9D. Grayscale: #4C4C4C. Windows color (decimal): -12758942 or 6443069. OLE color: 6443069.

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

Color convert

RGB 61 80 98 -
CMYK 0.38 0.18 0 0.62
HSL 209.19º 0.23% 0.31% -
HSV(B) 209.19º 0.38% 0.38% -
XYZ 7 7.61 12.66 -
YUV 76.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 61 80 98 0.38 0.18 0 0.62 209.19 0.23 0.31
Hex 3D 50 62 26 12 0 3E D1 17 1F
Octal 75 120 142 46 22 0 76 321 27 37
Binary 111101 1010000 1100010 100110 10010 0 111110 11010001 10111 11111

Color Harmonies of #3D5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5062

Black with #3D5062

Text Example


Text Example

White with #3D5062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,80,98); }

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

background-color css

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

 a { background-color: rgb(61,80,98); }

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

border-color css

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

 span { border-color: rgb(61,80,98); }

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