Html Css Color HEX #373F4E Cloud Burst

📋 copy color: '#373F4E'

red 55 ◦ green 63 ◦ blue 78

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

Shades of Cloud Burst #373F4E

Tints of Cloud Burst #373F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 32.14%

 BLUE value IS 78 (30.86% from 255) = 39.8%

R = 28.06%
G = 32.14%
B = 39.8%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#373F4E (or 0x373F4E) is known color: Cloud Burst. HEX triplet: 37, 3F and 4E. RGB value is (55,63,78). Sum of RGB (Red+Green+Blue) = 55+63+78=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #373F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F4E is #C8C0B1. Grayscale: #3E3E3E. Windows color (decimal): -13156530 or 5127991. OLE color: 5127991.

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

Color convert

RGB 55 63 78 -
CMYK 0.29 0.19 0 0.69
HSL 219.13º 0.17% 0.26% -
HSV(B) 219.13º 0.29% 0.31% -
XYZ 4.73 4.92 7.91 -
YUV 62.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 55 63 78 0.29 0.19 0 0.69 219.13 0.17 0.26
Hex 37 3F 4E 1D 13 0 45 DB 11 1A
Octal 67 77 116 35 23 0 105 333 21 32
Binary 110111 111111 1001110 11101 10011 0 1000101 11011011 10001 11010

Color Harmonies of #373F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F4E

Black with #373F4E

Text Example


Text Example

White with #373F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,63,78); }

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

background-color css

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

 a { background-color: rgb(55,63,78); }

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

border-color css

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

 span { border-color: rgb(55,63,78); }

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