Html Css Color HEX #3B4C59 Cello

📋 copy color: '#3B4C59'

red 59 ◦ green 76 ◦ blue 89

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

Shades of Cello #3B4C59

Tints of Cello #3B4C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.73%

R = 26.34%
G = 33.93%
B = 39.73%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B4C59 (or 0x3B4C59) is known color: Cello. HEX triplet: 3B, 4C and 59. RGB value is (59,76,89). Sum of RGB (Red+Green+Blue) = 59+76+89=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B4C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4C59 is #C4B3A6. Grayscale: #484848. Windows color (decimal): -12891047 or 5852219. OLE color: 5852219.

HSL color Cylindrical-coordinate representation of color #3B4C59: hue angle of 206º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B4C59 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 76 89 -
CMYK 0.34 0.15 0 0.65
HSL 206º 0.2% 0.29% -
HSV(B) 206º 0.34% 0.35% -
XYZ 6.19 6.82 10.44 -
YUV 72.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 59 76 89 0.34 0.15 0 0.65 206 0.2 0.29
Hex 3B 4C 59 22 F 0 41 CE 14 1D
Octal 73 114 131 42 17 0 101 316 24 35
Binary 111011 1001100 1011001 100010 1111 0 1000001 11001110 10100 11101

Color Harmonies of #3B4C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4C59

Black with #3B4C59

Text Example


Text Example

White with #3B4C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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