#3B414D

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

Shades of Cloud Burst #3B414D

Tints of Cloud Burst #3B414D

Color information

#3B414D (or 0x3B414D) is unknown color: approx Cloud Burst. HEX triplet: 3B, 41 and 4D. RGB value is (59,65,77). Sum of RGB (Red+Green+Blue) = 59+65+77=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B414D is #C4BEB2. Grayscale: #404040. Windows color (decimal): -12893875 or 5062971. OLE color: 5062971.

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

Color convert

RGB596577-
CMYK0.230.1600.70
HSL220º13.24%26.67%-
HSV(B)220º23.38%30.2%-
XYZ5.035.257.77-
YUV64.57135.01124.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.35%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=29.35%
G=32.34%
B=38.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5965770.230.1600.7022013.2426.67
Hex3B414D1710046dcd1b
Octal73101115272001063341533
Binary1110111000001100110110111100000100011011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,77); }

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

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

 a { background-color: rgb(59,65,77); }

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

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

 span { border-color: rgb(59,65,77); }

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