Html Css Color HEX #343B4E Cloud Burst

📋 copy color: '#343B4E'

red 52 ◦ green 59 ◦ blue 78

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

Shades of Cloud Burst #343B4E

Tints of Cloud Burst #343B4E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.22%

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

R = 27.51%
G = 31.22%
B = 41.27%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#343B4E (or 0x343B4E) is known color: Cloud Burst. HEX triplet: 34, 3B and 4E. RGB value is (52,59,78). Sum of RGB (Red+Green+Blue) = 52+59+78=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #343B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B4E is #CBC4B1. Grayscale: #3A3A3A. Windows color (decimal): -13354162 or 5126964. OLE color: 5126964.

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

Color convert

RGB 52 59 78 -
CMYK 0.33 0.24 0 0.69
HSL 223.85º 0.2% 0.25% -
HSV(B) 223.85º 0.33% 0.31% -
XYZ 4.36 4.41 7.83 -
YUV 59.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 52 59 78 0.33 0.24 0 0.69 223.85 0.2 0.25
Hex 34 3B 4E 21 18 0 45 E0 14 19
Octal 64 73 116 41 30 0 105 340 24 31
Binary 110100 111011 1001110 100001 11000 0 1000101 11100000 10100 11001

Color Harmonies of #343B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B4E

Black with #343B4E

Text Example


Text Example

White with #343B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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