Html Css Color HEX #3B404C Cloud Burst

📋 copy color: '#3B404C'

red 59 ◦ green 64 ◦ blue 76

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

Shades of Cloud Burst #3B404C

Tints of Cloud Burst #3B404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 76 (30.08% from 255) = 38.19%

R = 29.65%
G = 32.16%
B = 38.19%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B404C (or 0x3B404C) is known color: Cloud Burst. HEX triplet: 3B, 40 and 4C. RGB value is (59,64,76). Sum of RGB (Red+Green+Blue) = 59+64+76=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B404C is #C4BFB3. Grayscale: #3F3F3F. Windows color (decimal): -12894132 or 4997179. OLE color: 4997179.

HSL color Cylindrical-coordinate representation of color #3B404C: hue angle of 222.35º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B404C is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 64 76 -
CMYK 0.22 0.16 0 0.70
HSL 222.35º 0.13% 0.26% -
HSV(B) 222.35º 0.22% 0.3% -
XYZ 4.94 5.12 7.56 -
YUV 63.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 59 64 76 0.22 0.16 0 0.70 222.35 0.13 0.26
Hex 3B 40 4C 16 10 0 46 DE D 1A
Octal 73 100 114 26 20 0 106 336 15 32
Binary 111011 1000000 1001100 10110 10000 0 1000110 11011110 1101 11010

Color Harmonies of #3B404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B404C

Black with #3B404C

Text Example


Text Example

White with #3B404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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