Html Css Color HEX #3C4D62 Cello

📋 copy color: '#3C4D62'

red 60 ◦ green 77 ◦ blue 98

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

Shades of Cello #3C4D62

Tints of Cello #3C4D62

RGB

 RED value IS 60 (23.83% from 255) = 25.53%

 GREEN value IS 77 (30.47% from 255) = 32.77%

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

R = 25.53%
G = 32.77%
B = 41.7%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C4D62 (or 0x3C4D62) is known color: Cello. HEX triplet: 3C, 4D and 62. RGB value is (60,77,98). Sum of RGB (Red+Green+Blue) = 60+77+98=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C4D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D62 is #C3B29D. Grayscale: #4A4A4A. Windows color (decimal): -12825246 or 6442300. OLE color: 6442300.

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

Color convert

RGB 60 77 98 -
CMYK 0.39 0.21 0 0.62
HSL 213.16º 0.24% 0.31% -
HSV(B) 213.16º 0.39% 0.38% -
XYZ 6.72 7.15 12.58 -
YUV 74.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 60 77 98 0.39 0.21 0 0.62 213.16 0.24 0.31
Hex 3C 4D 62 27 15 0 3E D5 18 1F
Octal 74 115 142 47 25 0 76 325 30 37
Binary 111100 1001101 1100010 100111 10101 0 111110 11010101 11000 11111

Color Harmonies of #3C4D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4D62

Black with #3C4D62

Text Example


Text Example

White with #3C4D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,77,98); }

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

background-color css

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

 a { background-color: rgb(60,77,98); }

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

border-color css

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

 span { border-color: rgb(60,77,98); }

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