Html Css Color HEX #3B4A57 Cello

📋 copy color: '#3B4A57'

red 59 ◦ green 74 ◦ blue 87

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

Shades of Cello #3B4A57

Tints of Cello #3B4A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 87 (34.38% from 255) = 39.55%

R = 26.82%
G = 33.64%
B = 39.55%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3B4A57 (or 0x3B4A57) is known color: Cello. HEX triplet: 3B, 4A and 57. RGB value is (59,74,87). Sum of RGB (Red+Green+Blue) = 59+74+87=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B4A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4A57 is #C4B5A8. Grayscale: #464646. Windows color (decimal): -12891561 or 5720635. OLE color: 5720635.

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

Color convert

RGB 59 74 87 -
CMYK 0.32 0.15 0 0.66
HSL 207.86º 0.19% 0.29% -
HSV(B) 207.86º 0.32% 0.34% -
XYZ 5.97 6.52 9.96 -
YUV 71 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 59 74 87 0.32 0.15 0 0.66 207.86 0.19 0.29
Hex 3B 4A 57 20 F 0 42 D0 13 1D
Octal 73 112 127 40 17 0 102 320 23 35
Binary 111011 1001010 1010111 100000 1111 0 1000010 11010000 10011 11101

Color Harmonies of #3B4A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4A57

Black with #3B4A57

Text Example


Text Example

White with #3B4A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,74,87); }

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

background-color css

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

 a { background-color: rgb(59,74,87); }

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

border-color css

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

 span { border-color: rgb(59,74,87); }

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