Html Css Color HEX #34394D Cloud Burst

📋 copy color: '#34394D'

red 52 ◦ green 57 ◦ blue 77

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

Shades of Cloud Burst #34394D

Tints of Cloud Burst #34394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.65%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 27.96%
G = 30.65%
B = 41.4%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34394D (or 0x34394D) is known color: Cloud Burst. HEX triplet: 34, 39 and 4D. RGB value is (52,57,77). Sum of RGB (Red+Green+Blue) = 52+57+77=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #34394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34394D is #CBC6B2. Grayscale: #393939. Windows color (decimal): -13354675 or 5060916. OLE color: 5060916.

HSL color Cylindrical-coordinate representation of color #34394D: hue angle of 228º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34394D is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 57 77 -
CMYK 0.32 0.26 0 0.70
HSL 228º 0.19% 0.25% -
HSV(B) 228º 0.32% 0.3% -
XYZ 4.22 4.19 7.61 -
YUV 57.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 52 57 77 0.32 0.26 0 0.70 228 0.19 0.25
Hex 34 39 4D 20 1A 0 46 E4 13 19
Octal 64 71 115 40 32 0 106 344 23 31
Binary 110100 111001 1001101 100000 11010 0 1000110 11100100 10011 11001

Color Harmonies of #34394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34394D

Black with #34394D

Text Example


Text Example

White with #34394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34394D; }

 p { color: rgb(52,57,77); }

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

background-color css

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

 a { background-color: rgb(52,57,77); }

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

border-color css

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

 span { border-color: rgb(52,57,77); }

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