Html Css Color HEX #343C49 Cloud Burst

📋 copy color: '#343C49'

red 52 ◦ green 60 ◦ blue 73

#343C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud Burst #343C49

Tints of Cloud Burst #343C49

RGB

 RED value IS 52 (20.7% from 255) = 28.11%

 GREEN value IS 60 (23.83% from 255) = 32.43%

 BLUE value IS 73 (28.91% from 255) = 39.46%

R = 28.11%
G = 32.43%
B = 39.46%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#343C49 (or 0x343C49) is known color: Cloud Burst. HEX triplet: 34, 3C and 49. RGB value is (52,60,73). Sum of RGB (Red+Green+Blue) = 52+60+73=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #343C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C49 is #CBC3B6. Grayscale: #3B3B3B. Windows color (decimal): -13353911 or 4799540. OLE color: 4799540.

HSL color Cylindrical-coordinate representation of color #343C49: hue angle of 217.14º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343C49 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 60 73 -
CMYK 0.29 0.18 0 0.71
HSL 217.14º 0.17% 0.25% -
HSV(B) 217.14º 0.29% 0.29% -
XYZ 4.23 4.44 6.94 -
YUV 59.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 52 60 73 0.29 0.18 0 0.71 217.14 0.17 0.25
Hex 34 3C 49 1D 12 0 47 D9 11 19
Octal 64 74 111 35 22 0 107 331 21 31
Binary 110100 111100 1001001 11101 10010 0 1000111 11011001 10001 11001

Color Harmonies of #343C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C49

Black with #343C49

Text Example


Text Example

White with #343C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #343C49;
 }
 .AnyTagClassName
 {
   color: #343C49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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