Html Css Color HEX #3B3E47 Cloud Burst

📋 copy color: '#3B3E47'

red 59 ◦ green 62 ◦ blue 71

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

Shades of Cloud Burst #3B3E47

Tints of Cloud Burst #3B3E47

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.29%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 30.73%
G = 32.29%
B = 36.98%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B3E47 (or 0x3B3E47) is known color: Cloud Burst. HEX triplet: 3B, 3E and 47. RGB value is (59,62,71). Sum of RGB (Red+Green+Blue) = 59+62+71=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B3E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E47 is #C4C1B8. Grayscale: #3E3E3E. Windows color (decimal): -12894649 or 4668987. OLE color: 4668987.

HSL color Cylindrical-coordinate representation of color #3B3E47: hue angle of 225º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B3E47 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 62 71 -
CMYK 0.17 0.13 0 0.72
HSL 225º 0.09% 0.25% -
HSV(B) 225º 0.17% 0.28% -
XYZ 4.66 4.83 6.65 -
YUV 62.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 59 62 71 0.17 0.13 0 0.72 225 0.09 0.25
Hex 3B 3E 47 11 D 0 48 E1 9 19
Octal 73 76 107 21 15 0 110 341 11 31
Binary 111011 111110 1000111 10001 1101 0 1001000 11100001 1001 11001

Color Harmonies of #3B3E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3E47

Black with #3B3E47

Text Example


Text Example

White with #3B3E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,62,71); }

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

background-color css

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

 a { background-color: rgb(59,62,71); }

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

border-color css

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

 span { border-color: rgb(59,62,71); }

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