Html Css Color HEX #3C4B62 Cello

📋 copy color: '#3C4B62'

red 60 ◦ green 75 ◦ blue 98

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

Shades of Cello #3C4B62

Tints of Cello #3C4B62

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.19%

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

R = 25.75%
G = 32.19%
B = 42.06%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C4B62 (or 0x3C4B62) is known color: Cello. HEX triplet: 3C, 4B and 62. RGB value is (60,75,98). Sum of RGB (Red+Green+Blue) = 60+75+98=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C4B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B62 is #C3B49D. Grayscale: #494949. Windows color (decimal): -12825758 or 6441788. OLE color: 6441788.

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

Color convert

RGB 60 75 98 -
CMYK 0.39 0.23 0 0.62
HSL 216.32º 0.24% 0.31% -
HSV(B) 216.32º 0.39% 0.38% -
XYZ 6.58 6.87 12.54 -
YUV 73.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 60 75 98 0.39 0.23 0 0.62 216.32 0.24 0.31
Hex 3C 4B 62 27 17 0 3E D8 18 1F
Octal 74 113 142 47 27 0 76 330 30 37
Binary 111100 1001011 1100010 100111 10111 0 111110 11011000 11000 11111

Color Harmonies of #3C4B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B62

Black with #3C4B62

Text Example


Text Example

White with #3C4B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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