Html Css Color HEX #343C4F Cloud Burst

📋 copy color: '#343C4F'

red 52 ◦ green 60 ◦ blue 79

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

Shades of Cloud Burst #343C4F

Tints of Cloud Burst #343C4F

RGB

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

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

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

R = 27.23%
G = 31.41%
B = 41.36%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#343C4F (or 0x343C4F) is known color: Cloud Burst. HEX triplet: 34, 3C and 4F. RGB value is (52,60,79). Sum of RGB (Red+Green+Blue) = 52+60+79=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #343C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C4F is #CBC3B0. Grayscale: #3B3B3B. Windows color (decimal): -13353905 or 5192756. OLE color: 5192756.

HSL color Cylindrical-coordinate representation of color #343C4F: hue angle of 222.22º 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 #343C4F is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 60 79 -
CMYK 0.34 0.24 0 0.69
HSL 222.22º 0.21% 0.26% -
HSV(B) 222.22º 0.34% 0.31% -
XYZ 4.44 4.53 8.04 -
YUV 59.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 52 60 79 0.34 0.24 0 0.69 222.22 0.21 0.26
Hex 34 3C 4F 22 18 0 45 DE 15 1A
Octal 64 74 117 42 30 0 105 336 25 32
Binary 110100 111100 1001111 100010 11000 0 1000101 11011110 10101 11010

Color Harmonies of #343C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C4F

Black with #343C4F

Text Example


Text Example

White with #343C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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