Html Css Color HEX #374152 Cloud Burst

📋 copy color: '#374152'

red 55 ◦ green 65 ◦ blue 82

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

Shades of Cloud Burst #374152

Tints of Cloud Burst #374152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.59%

R = 27.23%
G = 32.18%
B = 40.59%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374152 (or 0x374152) is known color: Cloud Burst. HEX triplet: 37, 41 and 52. RGB value is (55,65,82). Sum of RGB (Red+Green+Blue) = 55+65+82=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #374152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374152 is #C8BEAD. Grayscale: #3F3F3F. Windows color (decimal): -13156014 or 5390647. OLE color: 5390647.

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

Color convert

RGB 55 65 82 -
CMYK 0.33 0.21 0 0.68
HSL 217.78º 0.2% 0.27% -
HSV(B) 217.78º 0.33% 0.32% -
XYZ 4.99 5.2 8.72 -
YUV 63.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 55 65 82 0.33 0.21 0 0.68 217.78 0.2 0.27
Hex 37 41 52 21 15 0 44 DA 14 1B
Octal 67 101 122 41 25 0 104 332 24 33
Binary 110111 1000001 1010010 100001 10101 0 1000100 11011010 10100 11011

Color Harmonies of #374152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374152

Black with #374152

Text Example


Text Example

White with #374152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374152; }

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

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

background-color css

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

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

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

border-color css

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

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

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