#343F53

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

Shades of Cloud Burst #343F53

Tints of Cloud Burst #343F53

Color information

#343F53 (or 0x343F53) is unknown color: approx Cloud Burst. HEX triplet: 34, 3F and 53. RGB value is (52,63,83). Sum of RGB (Red+Green+Blue) = 52+63+83=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #343F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F53 is #CBC0AC. Grayscale: #3D3D3D. Windows color (decimal): -13353133 or 5455668. OLE color: 5455668.

HSL color Cylindrical-coordinate representation of color #343F53: hue angle of 218.71º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #343F53 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB526383-
CMYK0.370.2400.67
HSL218.71º22.96%26.47%-
HSV(B)218.71º37.35%32.55%-
XYZ4.764.918.88-
YUV61.99139.86120.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=26.26%
G=31.82%
B=41.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5263830.370.2400.67218.7122.9626.47
Hex343F532518043db171a
Octal6477123453001033332732
Binary11010011111110100111001011100001000011110110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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