Html Css Color HEX #343D4F Cloud Burst

📋 copy color: '#343D4F'

red 52 ◦ green 61 ◦ blue 79

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

Shades of Cloud Burst #343D4F

Tints of Cloud Burst #343D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.77%

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 27.08%
G = 31.77%
B = 41.15%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#343D4F (or 0x343D4F) is known color: Cloud Burst. HEX triplet: 34, 3D and 4F. RGB value is (52,61,79). Sum of RGB (Red+Green+Blue) = 52+61+79=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #343D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D4F is #CBC2B0. Grayscale: #3C3C3C. Windows color (decimal): -13353649 or 5193012. OLE color: 5193012.

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

Color convert

RGB 52 61 79 -
CMYK 0.34 0.23 0 0.69
HSL 220º 0.21% 0.26% -
HSV(B) 220º 0.34% 0.31% -
XYZ 4.5 4.63 8.05 -
YUV 60.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 52 61 79 0.34 0.23 0 0.69 220 0.21 0.26
Hex 34 3D 4F 22 17 0 45 DC 15 1A
Octal 64 75 117 42 27 0 105 334 25 32
Binary 110100 111101 1001111 100010 10111 0 1000101 11011100 10101 11010

Color Harmonies of #343D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D4F

Black with #343D4F

Text Example


Text Example

White with #343D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,61,79); }

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

background-color css

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

 a { background-color: rgb(52,61,79); }

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

border-color css

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

 span { border-color: rgb(52,61,79); }

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