Html Css Color HEX #343D4E Cloud Burst

📋 copy color: '#343D4E'

red 52 ◦ green 61 ◦ blue 78

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

Shades of Cloud Burst #343D4E

Tints of Cloud Burst #343D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.84%

R = 27.23%
G = 31.94%
B = 40.84%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#343D4E (or 0x343D4E) is known color: Cloud Burst. HEX triplet: 34, 3D and 4E. RGB value is (52,61,78). Sum of RGB (Red+Green+Blue) = 52+61+78=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #343D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D4E is #CBC2B1. Grayscale: #3C3C3C. Windows color (decimal): -13353650 or 5127476. OLE color: 5127476.

HSL color Cylindrical-coordinate representation of color #343D4E: hue angle of 219.23º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #343D4E is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 61 78 -
CMYK 0.33 0.22 0 0.69
HSL 219.23º 0.2% 0.25% -
HSV(B) 219.23º 0.33% 0.31% -
XYZ 4.46 4.62 7.86 -
YUV 60.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 52 61 78 0.33 0.22 0 0.69 219.23 0.2 0.25
Hex 34 3D 4E 21 16 0 45 DB 14 19
Octal 64 75 116 41 26 0 105 333 24 31
Binary 110100 111101 1001110 100001 10110 0 1000101 11011011 10100 11001

Color Harmonies of #343D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D4E

Black with #343D4E

Text Example


Text Example

White with #343D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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