Html Css Color HEX #374151 Cloud Burst

📋 copy color: '#374151'

red 55 ◦ green 65 ◦ blue 81

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

Shades of Cloud Burst #374151

Tints of Cloud Burst #374151

RGB

 RED value IS 55 (21.88% from 255) = 27.36%

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

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 27.36%
G = 32.34%
B = 40.3%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374151 (or 0x374151) is known color: Cloud Burst. HEX triplet: 37, 41 and 51. RGB value is (55,65,81). Sum of RGB (Red+Green+Blue) = 55+65+81=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #374151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374151 is #C8BEAE. Grayscale: #3F3F3F. Windows color (decimal): -13156015 or 5325111. OLE color: 5325111.

HSL color Cylindrical-coordinate representation of color #374151: hue angle of 216.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #374151 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 65 81 -
CMYK 0.32 0.20 0 0.68
HSL 216.92º 0.19% 0.27% -
HSV(B) 216.92º 0.32% 0.32% -
XYZ 4.95 5.19 8.52 -
YUV 63.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 55 65 81 0.32 0.20 0 0.68 216.92 0.19 0.27
Hex 37 41 51 20 14 0 44 D9 13 1B
Octal 67 101 121 40 24 0 104 331 23 33
Binary 110111 1000001 1010001 100000 10100 0 1000100 11011001 10011 11011

Color Harmonies of #374151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374151

Black with #374151

Text Example


Text Example

White with #374151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374151; }

 p { color: rgb(55,65,81); }

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

background-color css

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

 a { background-color: rgb(55,65,81); }

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

border-color css

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

 span { border-color: rgb(55,65,81); }

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