Html Css Color HEX #38737C Ming

📋 copy color: '#38737C'

red 56 ◦ green 115 ◦ blue 124

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

Shades of Ming #38737C

Tints of Ming #38737C

RGB

 RED value IS 56 (22.27% from 255) = 18.98%

 GREEN value IS 115 (45.31% from 255) = 38.98%

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 18.98%
G = 38.98%
B = 42.03%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38737C (or 0x38737C) is known color: Ming. HEX triplet: 38, 73 and 7C. RGB value is (56,115,124). Sum of RGB (Red+Green+Blue) = 56+115+124=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #38737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38737C is #C78C83. Grayscale: #626262. Windows color (decimal): -13077636 or 8155960. OLE color: 8155960.

HSL color Cylindrical-coordinate representation of color #38737C: hue angle of 187.94º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38737C is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 115 124 -
CMYK 0.55 0.07 0 0.51
HSL 187.94º 0.38% 0.35% -
HSV(B) 187.94º 0.55% 0.49% -
XYZ 11.4 14.56 21.28 -
YUV 98.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 56 115 124 0.55 0.07 0 0.51 187.94 0.38 0.35
Hex 38 73 7C 37 7 0 33 BC 26 23
Octal 70 163 174 67 7 0 63 274 46 43
Binary 111000 1110011 1111100 110111 111 0 110011 10111100 100110 100011

Color Harmonies of #38737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38737C

Black with #38737C

Text Example


Text Example

White with #38737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38737C; }

 p { color: rgb(56,115,124); }

 H1.HeaderClassName
 {
   color: #38737C;
 }
 .AnyTagClassName
 {
   color: #38737C;
 }
</style>

background-color css

<style>
 a { background-color: #38737C; }

 a { background-color: rgb(56,115,124); }

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

border-color css

<style>
 span { border-color: #38737C; }

 span { border-color: rgb(56,115,124); }

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