#343C4F

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

Shades of Cloud Burst #343C4F

Tints of Cloud Burst #343C4F

Color information

#343C4F (or 0x343C4F) is unknown color: approx Cloud Burst. HEX triplet: 34, 3C and 4F. RGB value is (52,60,79). Sum of RGB (Red+Green+Blue) = 52+60+79=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #343C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C4F is #CBC3B0. Grayscale: #3B3B3B. Windows color (decimal): -13353905 or 5192756. OLE color: 5192756.

HSL color Cylindrical-coordinate representation of color #343C4F: hue angle of 222.22º 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 #343C4F is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB526079-
CMYK0.340.2400.69
HSL222.22º20.61%25.69%-
HSV(B)222.22º34.18%30.98%-
XYZ4.444.538.04-
YUV59.77138.85122.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 60 (23.83% from 255) = 31.41%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=27.23%
G=31.41%
B=41.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5260790.340.2400.69222.2220.6125.69
Hex343C4F2218045de151a
Octal6474117423001053362532
Binary11010011110010011111000101100001000101110111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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