#3B3F4A

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

Shades of Cloud Burst #3B3F4A

Tints of Cloud Burst #3B3F4A

Color information

#3B3F4A (or 0x3B3F4A) is unknown color: approx Cloud Burst. HEX triplet: 3B, 3F and 4A. RGB value is (59,63,74). Sum of RGB (Red+Green+Blue) = 59+63+74=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B3F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F4A is #C4C0B5. Grayscale: #3F3F3F. Windows color (decimal): -12894390 or 4865851. OLE color: 4865851.

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

Color convert

RGB596374-
CMYK0.200.1500.71
HSL224º11.28%26.08%-
HSV(B)224º20.27%29.02%-
XYZ4.824.987.19-
YUV63.06134.17125.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.10%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=30.10%
G=32.14%
B=37.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5963740.200.1500.7122411.2826.08
Hex3B3F4A14F047e0b1a
Octal7377112241701073401332
Binary11101111111110010101010011110100011111100000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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