Html Css Color HEX #373E4E Cloud Burst

📋 copy color: '#373E4E'

red 55 ◦ green 62 ◦ blue 78

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

Shades of Cloud Burst #373E4E

Tints of Cloud Burst #373E4E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.79%

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

R = 28.21%
G = 31.79%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#373E4E (or 0x373E4E) is known color: Cloud Burst. HEX triplet: 37, 3E and 4E. RGB value is (55,62,78). Sum of RGB (Red+Green+Blue) = 55+62+78=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #373E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E4E is #C8C1B1. Grayscale: #3D3D3D. Windows color (decimal): -13156786 or 5127735. OLE color: 5127735.

HSL color Cylindrical-coordinate representation of color #373E4E: hue angle of 221.74º 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 #373E4E is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 62 78 -
CMYK 0.29 0.21 0 0.69
HSL 221.74º 0.17% 0.26% -
HSV(B) 221.74º 0.29% 0.31% -
XYZ 4.67 4.81 7.89 -
YUV 61.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 55 62 78 0.29 0.21 0 0.69 221.74 0.17 0.26
Hex 37 3E 4E 1D 15 0 45 DE 11 1A
Octal 67 76 116 35 25 0 105 336 21 32
Binary 110111 111110 1001110 11101 10101 0 1000101 11011110 10001 11010

Color Harmonies of #373E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E4E

Black with #373E4E

Text Example


Text Example

White with #373E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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