#343F4E

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

Shades of Cloud Burst #343F4E

Tints of Cloud Burst #343F4E

Color information

#343F4E (or 0x343F4E) is unknown color: approx Cloud Burst. HEX triplet: 34, 3F and 4E. RGB value is (52,63,78). Sum of RGB (Red+Green+Blue) = 52+63+78=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #343F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F4E is #CBC0B1. Grayscale: #3D3D3D. Windows color (decimal): -13353138 or 5127988. OLE color: 5127988.

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

Color convert

RGB526378-
CMYK0.330.1900.69
HSL214.62º20%25.49%-
HSV(B)214.62º33.33%30.59%-
XYZ4.574.847.9-
YUV61.42137.36121.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=26.94%
G=32.64%
B=40.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5263780.330.1900.69214.622025.49
Hex343F4E2113045d71419
Octal6477116412301053272431
Binary11010011111110011101000011001101000101110101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,63,78); }

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

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

 a { background-color: rgb(52,63,78); }

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

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

 span { border-color: rgb(52,63,78); }

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