#38777A

Color #38777A Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #38777A

Tints of Ming #38777A

Color information

#38777A (or 0x38777A) is unknown color: approx Ming. HEX triplet: 38, 77 and 7A. RGB value is (56,119,122). Sum of RGB (Red+Green+Blue) = 56+119+122=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #38777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38777A is #C78885. Grayscale: #646464. Windows color (decimal): -13076614 or 8025912. OLE color: 8025912.

HSL color Cylindrical-coordinate representation of color #38777A: hue angle of 182.73º 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 #38777A is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB56119122-
CMYK0.540.0200.52
HSL182.73º37.08%34.9%-
HSV(B)182.73º54.1%47.84%-
XYZ11.7415.4420.77-
YUV100.5140.1396.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=18.86%
G=40.07%
B=41.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561191220.540.0200.52182.7337.0834.9
Hex38777A362034b72523
Octal701671726620642674543
Binary1110001110111111101011011010011010010110111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38777A;
 }
 .AnyTagClassName
 {
   color: #38777A;
 }
</style>
background-color css

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

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

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

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

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

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