Html Css Color HEX #374150 Cloud Burst

📋 copy color: '#374150'

red 55 ◦ green 65 ◦ blue 80

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

Shades of Cloud Burst #374150

Tints of Cloud Burst #374150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40%

R = 27.5%
G = 32.5%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374150 (or 0x374150) is known color: Cloud Burst. HEX triplet: 37, 41 and 50. RGB value is (55,65,80). Sum of RGB (Red+Green+Blue) = 55+65+80=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #374150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374150 is #C8BEAF. Grayscale: #3F3F3F. Windows color (decimal): -13156016 or 5259575. OLE color: 5259575.

HSL color Cylindrical-coordinate representation of color #374150: hue angle of 216º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374150 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 65 80 -
CMYK 0.31 0.19 0 0.69
HSL 216º 0.19% 0.26% -
HSV(B) 216º 0.31% 0.31% -
XYZ 4.91 5.17 8.33 -
YUV 63.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 55 65 80 0.31 0.19 0 0.69 216 0.19 0.26
Hex 37 41 50 1F 13 0 45 D8 13 1A
Octal 67 101 120 37 23 0 105 330 23 32
Binary 110111 1000001 1010000 11111 10011 0 1000101 11011000 10011 11010

Color Harmonies of #374150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374150

Black with #374150

Text Example


Text Example

White with #374150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374150; }

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

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

background-color css

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

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

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

border-color css

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

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

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