Html Css Color HEX #373C4B Cloud Burst

📋 copy color: '#373C4B'

red 55 ◦ green 60 ◦ blue 75

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

Shades of Cloud Burst #373C4B

Tints of Cloud Burst #373C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.58%

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 28.95%
G = 31.58%
B = 39.47%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#373C4B (or 0x373C4B) is known color: Cloud Burst. HEX triplet: 37, 3C and 4B. RGB value is (55,60,75). Sum of RGB (Red+Green+Blue) = 55+60+75=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #373C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C4B is #C8C3B4. Grayscale: #3C3C3C. Windows color (decimal): -13157301 or 4930615. OLE color: 4930615.

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

Color convert

RGB 55 60 75 -
CMYK 0.27 0.20 0 0.71
HSL 225º 0.15% 0.25% -
HSV(B) 225º 0.27% 0.29% -
XYZ 4.46 4.55 7.3 -
YUV 60.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 55 60 75 0.27 0.20 0 0.71 225 0.15 0.25
Hex 37 3C 4B 1B 14 0 47 E1 F 19
Octal 67 74 113 33 24 0 107 341 17 31
Binary 110111 111100 1001011 11011 10100 0 1000111 11100001 1111 11001

Color Harmonies of #373C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C4B

Black with #373C4B

Text Example


Text Example

White with #373C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,60,75); }

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

background-color css

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

 a { background-color: rgb(55,60,75); }

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

border-color css

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

 span { border-color: rgb(55,60,75); }

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