Html Css Color HEX #344050 Cloud Burst

📋 copy color: '#344050'

red 52 ◦ green 64 ◦ blue 80

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

Shades of Cloud Burst #344050

Tints of Cloud Burst #344050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.65%

 BLUE value IS 80 (31.64% from 255) = 40.82%

R = 26.53%
G = 32.65%
B = 40.82%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#344050 (or 0x344050) is known color: Cloud Burst. HEX triplet: 34, 40 and 50. RGB value is (52,64,80). Sum of RGB (Red+Green+Blue) = 52+64+80=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #344050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344050 is #CBBFAF. Grayscale: #3E3E3E. Windows color (decimal): -13352880 or 5259316. OLE color: 5259316.

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

Color convert

RGB 52 64 80 -
CMYK 0.35 0.20 0 0.69
HSL 214.29º 0.21% 0.26% -
HSV(B) 214.29º 0.35% 0.31% -
XYZ 4.7 4.98 8.3 -
YUV 62.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 52 64 80 0.35 0.20 0 0.69 214.29 0.21 0.26
Hex 34 40 50 23 14 0 45 D6 15 1A
Octal 64 100 120 43 24 0 105 326 25 32
Binary 110100 1000000 1010000 100011 10100 0 1000101 11010110 10101 11010

Color Harmonies of #344050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344050

Black with #344050

Text Example


Text Example

White with #344050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344050; }

 p { color: rgb(52,64,80); }

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

background-color css

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

 a { background-color: rgb(52,64,80); }

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

border-color css

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

 span { border-color: rgb(52,64,80); }

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