Html Css Color HEX #3B4C60 Cello

📋 copy color: '#3B4C60'

red 59 ◦ green 76 ◦ blue 96

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

Shades of Cello #3B4C60

Tints of Cello #3B4C60

RGB

 RED value IS 59 (23.44% from 255) = 25.54%

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 25.54%
G = 32.9%
B = 41.56%

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

#3B4C60 (or 0x3B4C60) is known color: Cello. HEX triplet: 3B, 4C and 60. RGB value is (59,76,96). Sum of RGB (Red+Green+Blue) = 59+76+96=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B4C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4C60 is #C4B39F. Grayscale: #494949. Windows color (decimal): -12891040 or 6310971. OLE color: 6310971.

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

Color convert

RGB 59 76 96 -
CMYK 0.39 0.21 0 0.62
HSL 212.43º 0.24% 0.3% -
HSV(B) 212.43º 0.39% 0.38% -
XYZ 6.5 6.94 12.06 -
YUV 73.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 59 76 96 0.39 0.21 0 0.62 212.43 0.24 0.3
Hex 3B 4C 60 27 15 0 3E D4 18 1E
Octal 73 114 140 47 25 0 76 324 30 36
Binary 111011 1001100 1100000 100111 10101 0 111110 11010100 11000 11110

Color Harmonies of #3B4C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4C60

Black with #3B4C60

Text Example


Text Example

White with #3B4C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,76,96); }

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

background-color css

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

 a { background-color: rgb(59,76,96); }

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

border-color css

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

 span { border-color: rgb(59,76,96); }

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