Html Css Color HEX #343F4D Cloud Burst

📋 copy color: '#343F4D'

red 52 ◦ green 63 ◦ blue 77

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

Shades of Cloud Burst #343F4D

Tints of Cloud Burst #343F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

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

R = 27.08%
G = 32.81%
B = 40.1%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#343F4D (or 0x343F4D) is known color: Cloud Burst. HEX triplet: 34, 3F and 4D. RGB value is (52,63,77). Sum of RGB (Red+Green+Blue) = 52+63+77=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #343F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F4D is #CBC0B2. Grayscale: #3D3D3D. Windows color (decimal): -13353139 or 5062452. OLE color: 5062452.

HSL color Cylindrical-coordinate representation of color #343F4D: hue angle of 213.6º 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 #343F4D is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 63 77 -
CMYK 0.32 0.18 0 0.70
HSL 213.6º 0.19% 0.25% -
HSV(B) 213.6º 0.32% 0.3% -
XYZ 4.53 4.82 7.71 -
YUV 61.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 52 63 77 0.32 0.18 0 0.70 213.6 0.19 0.25
Hex 34 3F 4D 20 12 0 46 D6 13 19
Octal 64 77 115 40 22 0 106 326 23 31
Binary 110100 111111 1001101 100000 10010 0 1000110 11010110 10011 11001

Color Harmonies of #343F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F4D

Black with #343F4D

Text Example


Text Example

White with #343F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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