#38476A

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

Shades of Port Gore #38476A

Tints of Port Gore #38476A

Color information

#38476A (or 0x38476A) is unknown color: approx Port Gore. HEX triplet: 38, 47 and 6A. RGB value is (56,71,106). Sum of RGB (Red+Green+Blue) = 56+71+106=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #38476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38476A is #C7B895. Grayscale: #464646. Windows color (decimal): -13088918 or 6965048. OLE color: 6965048.

HSL color Cylindrical-coordinate representation of color #38476A: hue angle of 222º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38476A is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5671106-
CMYK0.470.3300.58
HSL222º30.86%31.76%-
HSV(B)222º47.17%41.57%-
XYZ6.496.3914.53-
YUV70.5148.03117.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=24.03%
G=30.47%
B=45.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56711060.470.3300.5822230.8631.76
Hex38476A2F2103Ade1f20
Octal7010715257410723363740
Binary1110001000111110101010111110000101110101101111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,71,106); }

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

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

 a { background-color: rgb(56,71,106); }

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

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

 span { border-color: rgb(56,71,106); }

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