Html Css Color HEX #373D4E Cloud Burst

📋 copy color: '#373D4E'

red 55 ◦ green 61 ◦ blue 78

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

Shades of Cloud Burst #373D4E

Tints of Cloud Burst #373D4E

RGB

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

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

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

R = 28.35%
G = 31.44%
B = 40.21%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#373D4E (or 0x373D4E) is known color: Cloud Burst. HEX triplet: 37, 3D and 4E. RGB value is (55,61,78). Sum of RGB (Red+Green+Blue) = 55+61+78=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #373D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D4E is #C8C2B1. Grayscale: #3D3D3D. Windows color (decimal): -13157042 or 5127479. OLE color: 5127479.

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

Color convert

RGB 55 61 78 -
CMYK 0.29 0.22 0 0.69
HSL 224.35º 0.17% 0.26% -
HSV(B) 224.35º 0.29% 0.31% -
XYZ 4.62 4.7 7.87 -
YUV 61.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 55 61 78 0.29 0.22 0 0.69 224.35 0.17 0.26
Hex 37 3D 4E 1D 16 0 45 E0 11 1A
Octal 67 75 116 35 26 0 105 340 21 32
Binary 110111 111101 1001110 11101 10110 0 1000101 11100000 10001 11010

Color Harmonies of #373D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D4E

Black with #373D4E

Text Example


Text Example

White with #373D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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