Html Css Color HEX #344154 Cloud Burst

📋 copy color: '#344154'

red 52 ◦ green 65 ◦ blue 84

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

Shades of Cloud Burst #344154

Tints of Cloud Burst #344154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

 BLUE value IS 84 (33.2% from 255) = 41.79%

R = 25.87%
G = 32.34%
B = 41.79%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344154 (or 0x344154) is known color: Cloud Burst. HEX triplet: 34, 41 and 54. RGB value is (52,65,84). Sum of RGB (Red+Green+Blue) = 52+65+84=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #344154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344154 is #CBBEAB. Grayscale: #3F3F3F. Windows color (decimal): -13352620 or 5521716. OLE color: 5521716.

HSL color Cylindrical-coordinate representation of color #344154: hue angle of 215.62º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344154 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 65 84 -
CMYK 0.38 0.23 0 0.67
HSL 215.63º 0.24% 0.27% -
HSV(B) 215.63º 0.38% 0.33% -
XYZ 4.91 5.15 9.12 -
YUV 63.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 52 65 84 0.38 0.23 0 0.67 215.63 0.24 0.27
Hex 34 41 54 26 17 0 43 D8 18 1B
Octal 64 101 124 46 27 0 103 330 30 33
Binary 110100 1000001 1010100 100110 10111 0 1000011 11011000 11000 11011

Color Harmonies of #344154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344154

Black with #344154

Text Example


Text Example

White with #344154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344154; }

 p { color: rgb(52,65,84); }

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

background-color css

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

 a { background-color: rgb(52,65,84); }

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

border-color css

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

 span { border-color: rgb(52,65,84); }

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