#38476B

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

Shades of Port Gore #38476B

Tints of Port Gore #38476B

Color information

#38476B (or 0x38476B) is unknown color: approx Port Gore. HEX triplet: 38, 47 and 6B. RGB value is (56,71,107). Sum of RGB (Red+Green+Blue) = 56+71+107=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #38476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38476B is #C7B894. Grayscale: #464646. Windows color (decimal): -13088917 or 7030584. OLE color: 7030584.

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

Color convert

RGB5671107-
CMYK0.480.3400.58
HSL222.35º31.29%31.96%-
HSV(B)222.35º47.66%41.96%-
XYZ6.546.4114.8-
YUV70.62148.53117.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=23.93%
G=30.34%
B=45.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56711070.480.3400.58222.3531.2931.96
Hex38476B302203Ade1f20
Octal7010715360420723363740
Binary1110001000111110101111000010001001110101101111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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