#343A51

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

Shades of Cloud Burst #343A51

Tints of Cloud Burst #343A51

Color information

#343A51 (or 0x343A51) is unknown color: approx Cloud Burst. HEX triplet: 34, 3A and 51. RGB value is (52,58,81). Sum of RGB (Red+Green+Blue) = 52+58+81=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #343A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A51 is #CBC5AE. Grayscale: #3A3A3A. Windows color (decimal): -13354415 or 5323316. OLE color: 5323316.

HSL color Cylindrical-coordinate representation of color #343A51: hue angle of 227.59º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #343A51 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB525881-
CMYK0.360.2800.68
HSL227.59º21.8%26.08%-
HSV(B)227.59º35.8%31.76%-
XYZ4.414.358.39-
YUV58.83140.51123.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=27.23%
G=30.37%
B=42.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5258810.360.2800.68227.5921.826.08
Hex343A51241C044e4161a
Octal6472121443401043442632
Binary11010011101010100011001001110001000100111001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343A51; }

 p { color: rgb(52,58,81); }

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

<style>
 a { background-color: #343A51; }

 a { background-color: rgb(52,58,81); }

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

<style>
 span { border-color: #343A51; }

 span { border-color: rgb(52,58,81); }

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