Html Css Color HEX #38777B Ming

📋 copy color: '#38777B'

red 56 ◦ green 119 ◦ blue 123

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

Shades of Ming #38777B

Tints of Ming #38777B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 18.79%
G = 39.93%
B = 41.28%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38777B (or 0x38777B) is known color: Ming. HEX triplet: 38, 77 and 7B. RGB value is (56,119,123). Sum of RGB (Red+Green+Blue) = 56+119+123=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #38777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38777B is #C78884. Grayscale: #646464. Windows color (decimal): -13076613 or 8091448. OLE color: 8091448.

HSL color Cylindrical-coordinate representation of color #38777B: hue angle of 183.58º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38777B is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 119 123 -
CMYK 0.54 0.03 0 0.52
HSL 183.58º 0.37% 0.35% -
HSV(B) 183.58º 0.54% 0.48% -
XYZ 11.8 15.46 21.1 -
YUV 100.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 56 119 123 0.54 0.03 0 0.52 183.58 0.37 0.35
Hex 38 77 7B 36 3 0 34 B8 25 23
Octal 70 167 173 66 3 0 64 270 45 43
Binary 111000 1110111 1111011 110110 11 0 110100 10111000 100101 100011

Color Harmonies of #38777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38777B

Black with #38777B

Text Example


Text Example

White with #38777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38777B; }

 p { color: rgb(56,119,123); }

 H1.HeaderClassName
 {
   color: #38777B;
 }
 .AnyTagClassName
 {
   color: #38777B;
 }
</style>

background-color css

<style>
 a { background-color: #38777B; }

 a { background-color: rgb(56,119,123); }

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

border-color css

<style>
 span { border-color: #38777B; }

 span { border-color: rgb(56,119,123); }

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