Html Css Color HEX #373D4F Cloud Burst

📋 copy color: '#373D4F'

red 55 ◦ green 61 ◦ blue 79

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

Shades of Cloud Burst #373D4F

Tints of Cloud Burst #373D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.28%

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 28.21%
G = 31.28%
B = 40.51%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#373D4F (or 0x373D4F) is known color: Cloud Burst. HEX triplet: 37, 3D and 4F. RGB value is (55,61,79). Sum of RGB (Red+Green+Blue) = 55+61+79=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #373D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D4F is #C8C2B0. Grayscale: #3D3D3D. Windows color (decimal): -13157041 or 5193015. OLE color: 5193015.

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

Color convert

RGB 55 61 79 -
CMYK 0.30 0.23 0 0.69
HSL 225º 0.18% 0.26% -
HSV(B) 225º 0.3% 0.31% -
XYZ 4.66 4.71 8.06 -
YUV 61.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 55 61 79 0.30 0.23 0 0.69 225 0.18 0.26
Hex 37 3D 4F 1E 17 0 45 E1 12 1A
Octal 67 75 117 36 27 0 105 341 22 32
Binary 110111 111101 1001111 11110 10111 0 1000101 11100001 10010 11010

Color Harmonies of #373D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D4F

Black with #373D4F

Text Example


Text Example

White with #373D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373D4F; }

 p { color: rgb(55,61,79); }

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

background-color css

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

 a { background-color: rgb(55,61,79); }

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

border-color css

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

 span { border-color: rgb(55,61,79); }

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