Html Css Color HEX #373E4A Cloud Burst

📋 copy color: '#373E4A'

red 55 ◦ green 62 ◦ blue 74

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

Shades of Cloud Burst #373E4A

Tints of Cloud Burst #373E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.74%

R = 28.8%
G = 32.46%
B = 38.74%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#373E4A (or 0x373E4A) is known color: Cloud Burst. HEX triplet: 37, 3E and 4A. RGB value is (55,62,74). Sum of RGB (Red+Green+Blue) = 55+62+74=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 74 - color contains mainly: blue. Hex color #373E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E4A is #C8C1B5. Grayscale: #3D3D3D. Windows color (decimal): -13156790 or 4865591. OLE color: 4865591.

HSL color Cylindrical-coordinate representation of color #373E4A: hue angle of 217.89º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #373E4A is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 62 74 -
CMYK 0.26 0.16 0 0.71
HSL 217.89º 0.15% 0.25% -
HSV(B) 217.89º 0.26% 0.29% -
XYZ 4.53 4.75 7.16 -
YUV 61.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 55 62 74 0.26 0.16 0 0.71 217.89 0.15 0.25
Hex 37 3E 4A 1A 10 0 47 DA F 19
Octal 67 76 112 32 20 0 107 332 17 31
Binary 110111 111110 1001010 11010 10000 0 1000111 11011010 1111 11001

Color Harmonies of #373E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E4A

Black with #373E4A

Text Example


Text Example

White with #373E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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