Html Css Color HEX #3C4C62 Cello

📋 copy color: '#3C4C62'

red 60 ◦ green 76 ◦ blue 98

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

Shades of Cello #3C4C62

Tints of Cello #3C4C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

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

R = 25.64%
G = 32.48%
B = 41.88%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C4C62 (or 0x3C4C62) is known color: Cello. HEX triplet: 3C, 4C and 62. RGB value is (60,76,98). Sum of RGB (Red+Green+Blue) = 60+76+98=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C4C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C62 is #C3B39D. Grayscale: #494949. Windows color (decimal): -12825502 or 6442044. OLE color: 6442044.

HSL color Cylindrical-coordinate representation of color #3C4C62: hue angle of 214.74º 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 #3C4C62 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 76 98 -
CMYK 0.39 0.22 0 0.62
HSL 214.74º 0.24% 0.31% -
HSV(B) 214.74º 0.39% 0.38% -
XYZ 6.65 7.01 12.56 -
YUV 73.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 60 76 98 0.39 0.22 0 0.62 214.74 0.24 0.31
Hex 3C 4C 62 27 16 0 3E D7 18 1F
Octal 74 114 142 47 26 0 76 327 30 37
Binary 111100 1001100 1100010 100111 10110 0 111110 11010111 11000 11111

Color Harmonies of #3C4C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C62

Black with #3C4C62

Text Example


Text Example

White with #3C4C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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