#343B4F

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

Shades of Cloud Burst #343B4F

Tints of Cloud Burst #343B4F

Color information

#343B4F (or 0x343B4F) is unknown color: approx Cloud Burst. HEX triplet: 34, 3B and 4F. RGB value is (52,59,79). Sum of RGB (Red+Green+Blue) = 52+59+79=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #343B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B4F is #CBC4B0. Grayscale: #3B3B3B. Windows color (decimal): -13354161 or 5192500. OLE color: 5192500.

HSL color Cylindrical-coordinate representation of color #343B4F: hue angle of 224.44º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #343B4F is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB525979-
CMYK0.340.2500.69
HSL224.44º20.61%25.69%-
HSV(B)224.44º34.18%30.98%-
XYZ4.394.428.02-
YUV59.19139.18122.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=27.37%
G=31.05%
B=41.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5259790.340.2500.69224.4420.6125.69
Hex343B4F2219045e0151a
Octal6473117423101053402532
Binary11010011101110011111000101100101000101111000001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,79); }

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

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

 a { background-color: rgb(52,59,79); }

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

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

 span { border-color: rgb(52,59,79); }

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