#3B404B

Color #3B404B Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #3B404B

Tints of Cloud Burst #3B404B

Color information

#3B404B (or 0x3B404B) is unknown color: approx Cloud Burst. HEX triplet: 3B, 40 and 4B. RGB value is (59,64,75). Sum of RGB (Red+Green+Blue) = 59+64+75=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B404B is #C4BFB4. Grayscale: #3F3F3F. Windows color (decimal): -12894133 or 4931643. OLE color: 4931643.

HSL color Cylindrical-coordinate representation of color #3B404B: hue angle of 221.25º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3B404B is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB596475-
CMYK0.210.1500.71
HSL221.25º11.94%26.27%-
HSV(B)221.25º21.33%29.41%-
XYZ4.915.17.38-
YUV63.76134.34124.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.80%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=29.80%
G=32.32%
B=37.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5964750.210.1500.71221.2511.9426.27
Hex3B404B15F047ddc1a
Octal73100113251701073351432
Binary111011100000010010111010111110100011111011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B404B;
 }
 .AnyTagClassName
 {
   color: #3B404B;
 }
</style>
background-color css

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

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

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

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

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

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