Html Css Color HEX #374051 Cloud Burst

📋 copy color: '#374051'

red 55 ◦ green 64 ◦ blue 81

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

Shades of Cloud Burst #374051

Tints of Cloud Burst #374051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

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

R = 27.5%
G = 32%
B = 40.5%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#374051 (or 0x374051) is known color: Cloud Burst. HEX triplet: 37, 40 and 51. RGB value is (55,64,81). Sum of RGB (Red+Green+Blue) = 55+64+81=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #374051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374051 is #C8BFAE. Grayscale: #3F3F3F. Windows color (decimal): -13156271 or 5324855. OLE color: 5324855.

HSL color Cylindrical-coordinate representation of color #374051: hue angle of 219.23º 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 #374051 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 64 81 -
CMYK 0.32 0.21 0 0.68
HSL 219.23º 0.19% 0.27% -
HSV(B) 219.23º 0.32% 0.32% -
XYZ 4.89 5.07 8.51 -
YUV 63.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 55 64 81 0.32 0.21 0 0.68 219.23 0.19 0.27
Hex 37 40 51 20 15 0 44 DB 13 1B
Octal 67 100 121 40 25 0 104 333 23 33
Binary 110111 1000000 1010001 100000 10101 0 1000100 11011011 10011 11011

Color Harmonies of #374051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374051

Black with #374051

Text Example


Text Example

White with #374051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374051; }

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

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

background-color css

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

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

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

border-color css

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

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

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